diff --git a/.gitignore b/.gitignore index fca24d8..c23c640 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,30 @@ log.txt *.gdx *.lst +gens_fixme.csv + +# atb files +ATB/inputs/ +atb/output/ atb/inputs/ -atb/figures/ -/nems_database_processing/outputs/ -/aeo_updates/outputs/ +atb/figures/* +atb/comparison/* +!atb/comparison/README.md +!atb/comparison/compare_atb_outputs.py +atb/_dev/ +atb/scraped_input/* +!atb/scraped_input/README.md +atb/manual_input/csp_cost_ratios_2025.csv + +# Legacy CF source; final historical CF multipliers now live in historical/. +/NEMS_database_processing/Outputs/ +/AEO_Updates/outputs/ +/AEO_Updates/output/AEO_HIGHMACRO_2021_electricity_consumption.csv +/AEO_Updates/output/AEO_HIGHOGS_2021_ng_prices.csv +/AEO_Updates/output/AEO_LOWMACRO_2021_electricity_consumption.csv +/AEO_Updates/output/AEO_REF2021_2021_electricity_consumption.csv +/AEO_Updates/output/AEO_REF2021_2021_ng_prices.csv + # pyc files *.pyc *__pycache__ diff --git a/atb/README.md b/atb/README.md index ff7e80f..a3e05e2 100644 --- a/atb/README.md +++ b/atb/README.md @@ -1,10 +1,125 @@ -# Overview -This repo includes scripts to plot CAPEX, FOM, and VOM of different versions of the ATB. +# ATB inputs for ReEDS -# Required inputs -Users are required to provide Users have the options to provide the ATBe.csv file for the specific ATB version they want to plot. THere are two options to provide ATBe.csv file: -- Save the file in the ATB/inputs folder -- Provide an URL to the ATBe.csv file. If choose URL option, users are prompted to provide the URL. +Run from `atb/` after checking paths and the ATB release in `config.yaml`: -# Note -This script was tested on ATB 2024 and 2025 versions only, so they may not work for earlier versions. +```bash +python scripts/future_atb_scraper.py +python scripts/run_pipeline.py +``` + +The downloader caches the configured ATB flat file and workbook. The pipeline +formats projections, joins prepared history, applies configured smoothing, and +creates plots. It never downloads data or rewrites historical inputs. Use +`--only format` to generate CSVs without plots. Outputs go to `output/`; +`processing.copy_to_reeds` controls copying them into ReEDS. + +## Historical inputs + +The three versioned tables in [`historical/`](historical/README.md) are sufficient +for historical processing; users do not need the historical raw downloads. +The defaults use observed data wherever a reviewed source exists (`real`, or +`indexed` for O&M), hold the first ATB projection value flat otherwise +(`broadcast`), and write the ReEDS placeholder before a technology's first +buildable year (`unavailable`). Archived ATB estimates (`atb`) and the ReEDS +ATB 2024 baseline (`manual`) remain selectable per metric in `config.yaml`. + +To rebuild history from original sources: + +```bash +python scripts/historical_data_scraper.py +``` + +Use `--no-download` to rebuild from cached raw files, or `--force` to replace +cached downloads. Preparation downloads observed sources and historical ATB +releases, including the configured current release. It writes all three CSVs +only after extraction and preparation succeed. Review their changes before +committing them. Manual values always come from the ReEDS **ATB 2024** files. + +Each metric's history mode is set per technology in `config.yaml`: + +- `real`: observed anchors from `historical/real.csv`, interpolated between + anchors and carried back before the first. +- `indexed`: ATB's value at `index_reference_year` scaled by an observed + index; used for wind-ons and upv FOM, whose surveys report a partial-scope + level but a usable trend. +- `unavailable`: a placeholder cost (`unavailable_value`, 99999) for years + before the technology's first buildable year, declared per technology in + `unavailable_before`; used for fuel cells, nuclear-SMR, floating offshore, + and CCS. The placeholder is written last, after every dollar-year step, and + never lives in `manual.csv`. It is a marker, not the barrier: ReEDS blocks + investment before its own `firstyear`, so the value only needs to be far + above any real cost (ReEDS's own files use 9999, which is below Vogtle). +- `atb`, `manual`, `broadcast`: archived ATB estimates, the ReEDS ATB 2024 + baseline, or the first projection value held flat. + +Technologies with only a few builds use plant-level project files under +`manual_input/` (nuclear, fixed offshore). The scraper writes a coverage table +into `historical/README.md` showing every metric's mode, source, and anchors. + +Archived anchors use exactly `historical year = ATB release year - 2`. +Formatting interpolates missing years, carries the first anchor backward before +coverage, and interpolates from the last anchor to the first projection year. +That last rule matters where ATB omits a technology until 2030 (nuclear, +nuclear-SMR, floating offshore): the curve rises to meet ATB instead of holding +flat and then stepping. These fills are estimates, not additional annual ATB +observations. +ATB history uses Moderate estimates across output scenarios. + +`processing.smooth_cost_curves.fill_atbstartyear2atbyear_with_real: true` +also replaces ATB points through the release year for metrics selected as +`real` (2022-2024 for ATB 2024): every year from the series start through the +last observed or calculated anchor, with years between anchors on the straight +line between them. ATB resumes only after the last anchor. This runs after +smoothing and can be overridden per technology. Plots label the replacement +sources. + +During an annual update, update the configured release, URLs, dollar year and +technology mappings, download future ATB, then rerun historical preparation to +add the new release's base year. Previous releases are recovered from the +prepared table's provenance or the cached manifest. Pipeline runs alone never +add historical data. ATB schema or technology changes still require review. + +The default projection start follows `atb.year - 2`; individual series retain +their actual start year. Financial cases can be changed in config without +editing `settings.yaml`. To match `yc/25ATB`, use: + +```yaml +processing: + atb_case: R&D + atb_case_overrides: {upv: Exp, wind-ons: Exp, battery: Exp} +``` + +With ATB 2025 configured, the real-data overlap becomes 2023-2025 automatically; +years without source observations stay ATB. Release URLs, dollar year, and +year-specific future adjustment files still need the normal annual update. + +## Data treatment + +- Monetary history is stored in `historical_data.dollar_year` and converted to + the output dollar year with the ReEDS deflator. Nonmonetary rows have no + dollar year. +- Observed capital costs are reported on wider boundaries than ReEDS `capcost`, + which is the ATB overnight capital cost. Each scraped cost declares a + `cost_scope`, and preparation removes the grid connection and, where the source + is an as-spent project cost, the construction financing, using ATB components + from `historical_data.reference_atb_year`. Configure this under + `historical_cost_sources.cost_scope_adjustment`; see + [`historical/README.md`](historical/README.md) for the per-source boundaries + and the offshore-wind caveat. +- Real and archived capacity factors remain fractions in the prepared files; + formatting divides them by the current ATB reference capacity factor. +- Battery power and energy costs are estimated from observed total cost and + cohort duration while preserving ATB reference component proportions. +- CSP configuration costs use the same ratio method as projections. Historical + reference ratios and the battery split workbook are pinned by + `historical_data.reference_atb_year` (2024), independently of future updates. +- The manual baseline retains complete ReEDS curves for retired designs and + broadcast reference values. These are labeled manual, including future + reference rows; they are not claimed as measured historical costs. + +The scraper pulls ReEDS baseline curves, `dollaryear.csv`, and the financial +deflator from GitHub at the commit pinned in `reeds_source.ref`, so rebuilding +history needs no local ReEDS checkout. A local repository is still needed for +comparison baselines and optional copying. Technology formatting rules are in +`scripts/settings.yaml`; review year-specific files under `manual_input/` +when changing the ATB release. diff --git a/atb/comparison/README.md b/atb/comparison/README.md new file mode 100644 index 0000000..381d8cc --- /dev/null +++ b/atb/comparison/README.md @@ -0,0 +1,54 @@ +# Local ATB output comparison + +The comparison utility is versioned; the plots it generates are not. Both plot +directories are ignored by Git, so rerun the pipeline to regenerate them. + +For validation plus before/after smoothing figures, run formatting and +comparison together from `atb/`: + +```bash +python scripts/run_pipeline.py --only format compare +``` + +When the full pipeline runs formatting and comparison together, it captures +fully processed files just before smoothing in a temporary directory. The +comparison script validates those files against the matching source files in +the ReEDS repository configured in `../config.yaml`, then the temporary files +are deleted automatically. Thus smoothing differences do not obscure scraper +and formatting validation. The script normalizes legacy wind filenames and +column names, then checks: + +- missing files and columns; +- duplicate keys; +- rows present on only one side; +- changed values using configurable numeric tolerances. + +Only plots are written, under `comparison/plot_comparison/`: + +- `comparison_overview.png` summarizes file-level validation status; +- one time-series plot is written for each generated/ReEDS file pair. + +Detailed comparison statuses and reverse-coverage gaps are printed to the +terminal instead of being written as CSV reports. In these local plots, solid +lines are the unsmoothed generated baseline and dashed lines are ReEDS. + +Running `python comparison/compare_atb_outputs.py` by itself compares the final +files already in `output/` with ReEDS. It cannot regenerate before/after plots +because the temporary pre-smoothing data is intentionally not retained. + +The full pipeline also compares the temporary unsmoothed data with the final +smoothed outputs. Those plots are written to `plot_component/`, which lets +reviewers see the smoothing effect without retaining duplicate CSV outputs. Final processed +values are lines, while solid dots identify input data values. Manual history +and directly observed real history receive dots; broadcast history and filled +real-history years do not. Future dots show the raw ATB values, while the line +shows the final raw or smoothed trajectory. A selected manual or broadcast +history uses one color for its entire historical curve. Real history uses green +for observations and orange for years filled from that same real series; an +internal gap is linearly interpolated. Gray and gold distinguish raw and +smoothed ATB projections. A dotted vertical line marks the configured +projection start year; line styles distinguish technology series. Each interval +takes the color of the year it ends in, so a new source color appears on the +interval that reaches its first year. The one exception is the interval leaving +the last historical year: it keeps the historical color, so the step into the +first projection year still reads as history. diff --git a/atb/comparison/compare_atb_outputs.py b/atb/comparison/compare_atb_outputs.py new file mode 100644 index 0000000..831e53d --- /dev/null +++ b/atb/comparison/compare_atb_outputs.py @@ -0,0 +1,1267 @@ +"""Compare generated ATB 2024 CSVs with the current ReEDS input files.""" + +from __future__ import annotations + +import argparse +import math +from pathlib import Path +import sys + +import matplotlib.pyplot as plt +import numpy as np +import pandas as pd + + +ATB_DIR = Path(__file__).resolve().parents[1] +SCRIPT_DIR = ATB_DIR / "scripts" +sys.path.insert(0, str(SCRIPT_DIR)) + +from atb_config import ( + DEFAULT_CONFIG_PATH, + load_processing_settings, + raw_file_path, + resolve_atb_path, +) + + +DEFAULT_PLOT_DIR = Path(__file__).resolve().parent / "plot_comparison" + +FILENAME_PREFIX_MAP = { + "wind-ons_": "ons-wind_", + "wind-ofs_": "ofs-wind_", +} + +REEDS_COLUMN_MAP = { + "Turbine": "turbine", + "Year": "t", + "CF_mult": "cf_improvement", + "Overnight Cap Cost $/kW": "capcost", + "Fixed O&M $/(kW-yr)": "fom", + "Var O&M $/MWh": "vom", +} + +PREFERRED_KEYS = ["i", "type", "turbine", "t", "rsc_mult"] + +METRIC_LABELS = { + "capcost": "Capital cost ($/kW)", + "capcost_energy": "Energy capital cost ($/kWh)", + "fom": "Fixed O&M ($/kW-year)", + "fom_energy": "Energy fixed O&M ($/kWh-year)", + "vom": "Variable O&M ($/MWh)", + "heatrate": "Heat rate (MMBtu/MWh)", + "cf_improvement": "Capacity-factor multiplier", + "rte": "Round-trip efficiency", + "rsc_mult": "Resource-supply-curve multiplier", +} + +PROVENANCE_COLORS = { + "Manual history": "#0072B2", + "Observed history (real)": "#009E73", + "Calculated project history": "#117A65", + "Scaled real history": "#A6761D", + "Split real history": "#56B4E9", + "Filled real history": "#D55E00", + "Broadcast history": "#CC79A7", + "Unavailable placeholder": "#999999", + "Indexed history (ATB level, observed trend)": "#009E73", + "Indexed anchor (observed O&M)": "#00553F", + "ATB history (estimated)": "#7570B3", + "Filled ATB history": "#B3A2D0", + "Manual history (ATB unavailable)": "#0072B2", + "Broadcast history (ATB unavailable)": "#CC79A7", + "ATB projection (raw)": "#6E6E6E", + "ATB projection (smoothed)": "#E69F00", +} + +PROJECTION_CATEGORIES = { + "ATB projection (raw)", + "ATB projection (smoothed)", +} + +SERIES_LINESTYLES = [ + "-", + "--", + "-.", + ":", + (0, (5, 1)), + (0, (3, 1, 1, 1)), + (0, (1, 1)), + (0, (5, 2, 1, 2)), +] + + +def reeds_filename(generated_name: str) -> str: + """Map a generated filename to its ReEDS filename.""" + for generated_prefix, reeds_prefix in FILENAME_PREFIX_MAP.items(): + if generated_name.startswith(generated_prefix): + return reeds_prefix + generated_name[len(generated_prefix):] + return generated_name + + +def normalize_frame(frame: pd.DataFrame) -> pd.DataFrame: + """Normalize known legacy ReEDS column names and cell dtypes.""" + frame = frame.rename(columns=REEDS_COLUMN_MAP).copy() + for column in frame.columns: + numeric = pd.to_numeric(frame[column], errors="coerce") + nonempty = frame[column].notna().sum() + if nonempty and numeric.notna().sum() == nonempty: + frame[column] = numeric + elif frame[column].dtype == object: + frame[column] = frame[column].astype("string").str.strip() + return frame + + +def choose_keys(generated: pd.DataFrame, reeds: pd.DataFrame) -> list[str]: + """Choose stable identifier columns shared by both frames.""" + shared = set(generated.columns) & set(reeds.columns) + keys = [column for column in PREFERRED_KEYS if column in shared] + if "t" not in keys and "t" in shared: + keys.append("t") + return keys + + +def compare_file( + generated_path: Path, + reeds_path: Path, + absolute_tolerance: float, + relative_tolerance: float, +) -> dict: + """Compare one generated/ReEDS file pair in memory.""" + result = { + "generated_file": generated_path.name, + "reeds_file": reeds_path.name, + "generated_rows": 0, + "reeds_rows": 0, + "key_columns": "", + "columns_only_generated": "", + "columns_only_reeds": "", + "duplicate_keys_generated": 0, + "duplicate_keys_reeds": 0, + "rows_only_generated": 0, + "rows_only_reeds": 0, + "shared_rows": 0, + "changed_cells": 0, + "max_absolute_difference": 0.0, + "max_relative_difference": 0.0, + "status": "", + } + + if not reeds_path.exists(): + result["status"] = "MISSING_REEDS_FILE" + return result + + generated = normalize_frame(pd.read_csv(generated_path)) + reeds = normalize_frame(pd.read_csv(reeds_path)) + result["generated_rows"] = len(generated) + result["reeds_rows"] = len(reeds) + + generated_columns = set(generated.columns) + reeds_columns = set(reeds.columns) + only_generated = sorted(generated_columns - reeds_columns) + only_reeds = sorted(reeds_columns - generated_columns) + result["columns_only_generated"] = ";".join(only_generated) + result["columns_only_reeds"] = ";".join(only_reeds) + + keys = choose_keys(generated, reeds) + result["key_columns"] = ";".join(keys) + if not keys: + result["status"] = "NO_SHARED_KEY" + return result + + result["duplicate_keys_generated"] = int(generated.duplicated(keys).sum()) + result["duplicate_keys_reeds"] = int(reeds.duplicated(keys).sum()) + if result["duplicate_keys_generated"] or result["duplicate_keys_reeds"]: + result["status"] = "DUPLICATE_KEYS" + return result + + value_columns = sorted((generated_columns & reeds_columns) - set(keys)) + merged = generated.merge( + reeds, + on=keys, + how="outer", + suffixes=("__generated", "__reeds"), + indicator=True, + ) + only_generated_rows = merged.loc[merged["_merge"] == "left_only", keys] + only_reeds_rows = merged.loc[merged["_merge"] == "right_only", keys] + shared = merged.loc[merged["_merge"] == "both"].copy() + result["rows_only_generated"] = len(only_generated_rows) + result["rows_only_reeds"] = len(only_reeds_rows) + result["shared_rows"] = len(shared) + + differences = [] + max_abs = 0.0 + max_rel = 0.0 + for column in value_columns: + generated_column = f"{column}__generated" + reeds_column = f"{column}__reeds" + generated_values = shared[generated_column] + reeds_values = shared[reeds_column] + if pd.api.types.is_numeric_dtype(generated_values) and pd.api.types.is_numeric_dtype(reeds_values): + generated_numeric = pd.to_numeric(generated_values, errors="coerce") + reeds_numeric = pd.to_numeric(reeds_values, errors="coerce") + equal = np.isclose( + generated_numeric, + reeds_numeric, + atol=absolute_tolerance, + rtol=relative_tolerance, + equal_nan=True, + ) + changed = shared.loc[~equal, keys].copy() + if not changed.empty: + changed["column"] = column + changed["generated_value"] = generated_numeric.loc[~equal].values + changed["reeds_value"] = reeds_numeric.loc[~equal].values + changed["absolute_difference"] = np.abs( + changed["generated_value"] - changed["reeds_value"] + ) + denominator = np.maximum(np.abs(changed["reeds_value"]), absolute_tolerance) + changed["relative_difference"] = changed["absolute_difference"] / denominator + max_abs = max(max_abs, float(changed["absolute_difference"].max())) + max_rel = max(max_rel, float(changed["relative_difference"].max())) + differences.append(changed) + else: + equal = generated_values.fillna("").eq(reeds_values.fillna("")) + changed = shared.loc[~equal, keys].copy() + if not changed.empty: + changed["column"] = column + changed["generated_value"] = generated_values.loc[~equal].values + changed["reeds_value"] = reeds_values.loc[~equal].values + changed["absolute_difference"] = np.nan + changed["relative_difference"] = np.nan + differences.append(changed) + + if differences: + difference_frame = pd.concat(differences, ignore_index=True) + result["changed_cells"] = len(difference_frame) + result["max_absolute_difference"] = max_abs + result["max_relative_difference"] = max_rel + + has_structure_difference = bool( + only_generated + or only_reeds + or result["rows_only_generated"] + or result["rows_only_reeds"] + ) + if has_structure_difference: + result["status"] = "STRUCTURE_DIFFERENCE" + elif result["changed_cells"]: + result["status"] = "VALUE_DIFFERENCE" + else: + result["status"] = "MATCH" + return result + + +def series_columns(frame: pd.DataFrame) -> list[str]: + """Return categorical columns that identify separate plotted series.""" + excluded = {"t", "rsc_mult"} + return [ + column + for column in frame.columns + if column not in excluded and not pd.api.types.is_numeric_dtype(frame[column]) + ] + + +def metric_columns(generated: pd.DataFrame, reeds: pd.DataFrame) -> list[str]: + """Return shared numeric output columns, with familiar metrics first.""" + excluded = {"t"} + shared = set(generated.columns) & set(reeds.columns) + numeric = [ + column + for column in shared + if column not in excluded + and pd.api.types.is_numeric_dtype(generated[column]) + and pd.api.types.is_numeric_dtype(reeds[column]) + ] + preferred = [column for column in METRIC_LABELS if column in numeric] + return preferred + sorted(set(numeric) - set(preferred)) + + +def series_label(group_values: tuple, columns: list[str]) -> str: + """Build a compact label for a plotted technology series.""" + if not columns: + return "all" + return ", ".join( + f"{column}={value}" for column, value in zip(columns, group_values) + ) + + +def grouped_series(frame: pd.DataFrame, columns: list[str]): + """Split a frame into time-series groups and labels.""" + if not columns: + return [("all", frame.sort_values("t"))] + groups = [] + grouper = columns[0] if len(columns) == 1 else columns + for values, group in frame.groupby(grouper, dropna=False, sort=True): + values_tuple = values if isinstance(values, tuple) else (values,) + groups.append((series_label(values_tuple, columns), group.sort_values("t"))) + return groups + + +def output_technology(filename: str, settings: dict) -> str: + """Return the internal technology key represented by an output filename.""" + matches = [] + for tech, tech_settings in settings["techs"].items(): + filename_root = tech_settings.get("reeds_name", tech) + if filename.startswith(f"{filename_root}_ATB_"): + matches.append(tech) + if len(matches) != 1: + raise ValueError( + f"Could not identify one technology for smoothing plot {filename}: " + f"{matches}" + ) + return matches[0] + + +_ATB_START_CACHE: dict = {} + + +def atb_start_year( + settings: dict, technology: str, default: int, series_label=None +) -> int: + """Return the first year ATB publishes one technology. + + ATB starts some technologies later than the release year, and a series is + historical until its own data begins. + """ + if not _ATB_START_CACHE: + flat = raw_file_path(settings["config"], "flat_file") + if not flat.is_file(): + _ATB_START_CACHE["_missing"] = True + else: + raw = pd.read_csv( + flat, + usecols=[ + "technology", + "display_name", + "core_metric_parameter", + "core_metric_variable", + ], + low_memory=False, + ) + # financial parameters span every year even where the cost and + # performance metrics start later, so only the mapped metrics + # decide when a series' ATB data begins + raw = raw.loc[ + raw["core_metric_parameter"].isin(settings["param_names"]) + ] + for tech, tech_settings in settings["techs"].items(): + names = tech_settings["DisplayName"] + labels = names if isinstance(names, dict) else {names: None} + rows = raw.loc[ + (raw["technology"] == tech_settings["Technology"]) + & (raw["display_name"].isin(list(labels))) + ] + if rows.empty: + continue + starts = {None: int(rows["core_metric_variable"].min())} + for display_name, label in labels.items(): + if label is None: + continue + series = rows.loc[rows["display_name"] == display_name] + if not series.empty: + starts[label] = int(series["core_metric_variable"].min()) + _ATB_START_CACHE[tech] = starts + starts = _ATB_START_CACHE.get(technology) + if not isinstance(starts, dict): + return default + return starts.get(series_label, starts.get(None, default)) + + +def smoothing_provenance(settings: dict, generated_path: Path) -> dict: + """Describe the source/treatment rules for one smoothing comparison.""" + technology = output_technology(generated_path.name, settings) + smoothing = settings["config"]["processing"].get("smooth_cost_curves", {}) + technology_settings = smoothing.get("technologies", {}).get(technology, {}) + if not isinstance(technology_settings, dict): + technology_settings = {} + historical_data = technology_settings.get( + "historical_data", {} + ) + from historical_data import load_history + observed = load_history(settings, 'real') + observed = observed.loc[observed.scope.eq('reeds') & observed.technology.eq(technology)] + observed_series = {} + boundary = atb_start_year(settings, technology, int(smoothing.get('projection_start_year', 2022))) + default_boundary = int(smoothing.get('projection_start_year', 2022)) + identity = next((c for c in ('i', 'type', 'turbine') + if c in settings['techs'][technology]['indexcols']), None) + for (metric, series), selected in observed.groupby(['metric', 'series']): + observed_series.setdefault(metric, []).append({ + 'years': set(selected.loc[selected.source_type.ne('filled'), 'year']), + 'target_column': identity if series != '*' else None, + 'targets': {series} if series != '*' else None, + }) + return { + "technology": technology, + "projection_start_year": boundary, + "historical_data": historical_data, + "fill_atbstartyear2atbyear_with_real": technology_settings.get( + 'fill_atbstartyear2atbyear_with_real', smoothing.get('fill_atbstartyear2atbyear_with_real', False)), + "observed_series": observed_series, + "history_class_column": ( + settings["techs"].get(technology, {}).get("history_class_column") + ), + "settings": settings, + "default_boundary": default_boundary, + } + + +def resolve_historical_mode( + metric: str, + final_group: pd.DataFrame, + provenance: dict, +) -> str: + """Return one metric's history mode for the plotted sub-technology class. + + A metric may give one mode per class, so the mode depends on which class + this series plots rather than on the technology alone. + """ + historical_data = provenance["historical_data"] + if metric not in historical_data: + raise KeyError( + f"{provenance['technology']} has no historical_data entry for " + f"metric {metric!r}." + ) + configured = historical_data[metric] + if not isinstance(configured, dict): + return configured + class_column = provenance["history_class_column"] + if not class_column or class_column not in final_group.columns: + raise KeyError( + f"{provenance['technology']}.{metric} gives one history mode per " + f"sub-technology class, but the plotted series has no " + f"{class_column!r} column identifying which class it is." + ) + classes = set(final_group[class_column].dropna().unique()) + modes = {configured[c] for c in classes if c in configured} + if len(modes) != 1: + raise KeyError( + f"{provenance['technology']}.{metric} resolves to {sorted(modes)} " + f"for plotted classes {sorted(classes)}; one series must plot one " + "class so it has a single history mode." + ) + return modes.pop() + + +def is_scaled_csp_history(final_group: pd.DataFrame, metric: str, provenance: dict) -> bool: + """Only csp2 uses the project reference directly; other types are scaled.""" + return (provenance['technology'] == 'csp' and metric == 'capcost' + and 'type' in final_group and final_group['type'].ne('csp2').all()) + + +def is_observed_history_point( + final_group: pd.DataFrame, + metric: str, + year: int, + provenance: dict, +) -> bool: + """Return whether one plotted point was populated from observed history.""" + if provenance['technology'] == 'battery' and metric in ('capcost', 'capcost_energy'): + return False # Only the total is observed; both components are estimated. + if is_scaled_csp_history(final_group, metric, provenance): + return False + for series in provenance["observed_series"].get(metric, []): + if year not in series["years"]: + continue + target_column = series["target_column"] + if target_column is None: + return True + if target_column not in final_group.columns: + continue + group_targets = set(final_group[target_column].dropna().unique()) + if group_targets & series["targets"]: + return True + return False + + +def is_real_history_target( + final_group: pd.DataFrame, + metric: str, + provenance: dict, +) -> bool: + """Return whether a plotted series is covered by a selected real mapping.""" + for series in provenance["observed_series"].get(metric, []): + target_column = series["target_column"] + if target_column is None: + return True + if target_column not in final_group.columns: + continue + group_targets = set(final_group[target_column].dropna().unique()) + if group_targets & series["targets"]: + return True + return False + + +def series_boundary(final_group: pd.DataFrame, provenance: dict) -> int: + """Return the first ATB year for the series being plotted.""" + label = None + class_column = provenance["history_class_column"] + if class_column and class_column in final_group.columns: + values = set(final_group[class_column].dropna().unique()) + if len(values) == 1: + label = values.pop() + return atb_start_year( + provenance["settings"], + provenance["technology"], + provenance["default_boundary"], + label, + ) + + +def provenance_categories( + final_group: pd.DataFrame, + baseline_group: pd.DataFrame | None, + metric: str, + provenance: dict, +) -> list[str]: + """Label each final point by its exclusive data source or treatment.""" + years = pd.to_numeric(final_group["t"], errors="raise").astype(int) + final_values = pd.to_numeric(final_group[metric], errors="coerce") + if baseline_group is None: + baseline_values = pd.Series(np.nan, index=final_group.index) + else: + baseline_by_year = ( + baseline_group[["t", metric]] + .drop_duplicates("t", keep="last") + .set_index("t")[metric] + ) + baseline_values = years.map(baseline_by_year) + baseline_values.index = final_group.index + baseline_values = pd.to_numeric(baseline_values, errors="coerce") + + changed = ~np.isclose( + final_values, + baseline_values, + rtol=1e-9, + atol=1e-9, + equal_nan=True, + ) + boundary = series_boundary(final_group, provenance) + historical_mode = resolve_historical_mode(metric, final_group, provenance) + archived_years = set() + real_years = set() + if historical_mode == 'real': + from historical_data import select_history + identity = next((c for c in ('i', 'type', 'turbine') if c in final_group), None) + series = str(final_group[identity].iloc[0]) if identity else '*' + if provenance['technology'] == 'wind-ons': + series = '*' + selected = select_history(provenance['settings'], 'real', provenance['technology'], series, metric) + anchors = selected.loc[selected.source_type.isin(['real', 'calculated']), 'year'] + real_years = set(anchors) + # Match the formatter: years between anchors inside the overlap window + # carry the straight-line fill rather than ATB. + window = anchors[anchors.between(boundary, provenance['settings']['atbyear'])] + if not window.empty: + real_years |= set(selected.loc[selected.year.between(boundary, window.max()), 'year']) + if historical_mode == 'atb': + from historical_atb import archive_series + tech = provenance['technology'] + identity = next((c for c in ('i', 'type', 'turbine') if c in final_group), None) + series = str(final_group[identity].iloc[0]) if identity else '*' + if tech == 'wind-ons': + series = '*' + archived_years = set(archive_series( + provenance['settings'], tech, series, metric, boundary + ).year) + final_categories = [] + for year, was_changed in zip(years, changed): + real_overlap = (historical_mode == 'real' + and provenance['fill_atbstartyear2atbyear_with_real'] + and boundary <= year <= provenance['settings']['atbyear'] + and year in real_years) + if year < boundary or real_overlap: + if historical_mode == "manual": + final_categories.append("Manual history") + elif historical_mode == "broadcast": + final_categories.append("Broadcast history") + elif historical_mode == "unavailable": + final_categories.append("Unavailable placeholder") + elif historical_mode == "indexed": + index_years = set().union(*( + series['years'] for series in provenance['observed_series'].get(f'{metric}_index', []) + )) + final_categories.append( + "Indexed anchor (observed O&M)" if int(year) in index_years + else "Indexed history (ATB level, observed trend)" + ) + elif historical_mode == 'atb': + if archived_years: + final_categories.append('ATB history (estimated)' if year in archived_years else 'Filled ATB history') + else: + fallback = provenance['settings']['config']['historical_atb']['missing_series'] + final_categories.append(f'{fallback.capitalize()} history (ATB unavailable)') + elif historical_mode == "real": + if not is_real_history_target(final_group, metric, provenance): + raise KeyError( + f"{provenance['technology']}.{metric} selects real " + "history, but this plotted series has no real mapping." + ) + if (provenance['technology'] == 'nuclear' and metric == 'capcost' + and is_observed_history_point(final_group, metric, int(year), provenance)): + final_categories.append('Calculated project history') + continue + if is_scaled_csp_history(final_group, metric, provenance) and any( + int(year) in series['years'] + for series in provenance['observed_series'].get(metric, []) + ): + final_categories.append('Scaled real history') + continue + if (provenance['technology'] == 'battery' + and metric in ('capcost', 'capcost_energy') and any( + int(year) in series['years'] + for series in provenance['observed_series'].get(metric, []) + )): + final_categories.append('Split real history') + continue + final_categories.append( + "Observed history (real)" + if is_observed_history_point( + final_group, metric, int(year), provenance + ) + else "Filled real history" + ) + else: + raise KeyError( + f"Unknown historical mode for " + f"{provenance['technology']}.{metric}: {historical_mode!r}" + ) + else: + final_categories.append( + "ATB projection (smoothed)" + if was_changed + else "ATB projection (raw)" + ) + return final_categories + + +def input_point_categories( + final_group: pd.DataFrame, + metric: str, + provenance: dict, + final_categories: list[str], +) -> list[str | None]: + """Show selected source anchors; omit filled and broadcast points.""" + years = pd.to_numeric(final_group["t"], errors="raise").astype(int) + boundary = series_boundary(final_group, provenance) + historical_mode = resolve_historical_mode(metric, final_group, provenance) + categories = [] + for year, category in zip(years, final_categories): + if category in ('Observed history (real)', 'Split real history', 'Scaled real history', + 'Calculated project history', 'Indexed anchor (observed O&M)'): + categories.append(category) + elif year >= boundary: + categories.append("ATB projection (raw)") + elif historical_mode == "manual": + categories.append("Manual history") + elif historical_mode == "real" and is_observed_history_point( + final_group, metric, int(year), provenance + ): + categories.append("Observed history (real)") + else: + categories.append(None) + return categories + + +def plot_colored_segments( + axis, + years: np.ndarray, + values: np.ndarray, + categories: list[str], + linestyle, +) -> None: + """Color each interval by its destination, except the history boundary. + + The interval that leaves the last historical year keeps the historical + color, so the step into the first projection year reads as history. + """ + if not len(years): + return + if len(years) == 1: + axis.plot( + years, + values, + color=PROVENANCE_COLORS[categories[0]], + linestyle=linestyle, + linewidth=2.0, + alpha=0.95, + zorder=2, + ) + return + + interval_categories = [ + source + if destination in PROJECTION_CATEGORIES + and source not in PROJECTION_CATEGORIES + else destination + for source, destination in zip(categories[:-1], categories[1:]) + ] + run_start = 0 + for position in range(1, len(interval_categories) + 1): + if ( + position < len(interval_categories) + and interval_categories[position] == interval_categories[run_start] + ): + continue + axis.plot( + years[run_start:position + 1], + values[run_start:position + 1], + color=PROVENANCE_COLORS[interval_categories[run_start]], + linestyle=linestyle, + linewidth=2.0, + alpha=0.95, + zorder=2, + ) + run_start = position + + +def plot_file_with_provenance( + generated_path: Path, + reeds_path: Path, + plot_dir: Path, + settings: dict, +) -> bool: + """Plot a smoothing comparison with color encoding source and treatment.""" + generated = normalize_frame(pd.read_csv(generated_path)) + baseline = normalize_frame(pd.read_csv(reeds_path)) + metrics = metric_columns(generated, baseline) + if not metrics or "t" not in generated.columns or "t" not in baseline.columns: + return False + + provenance = smoothing_provenance(settings, generated_path) + identifiers = sorted( + set(series_columns(generated)) | set(series_columns(baseline)) + ) + generated_groups = grouped_series(generated, identifiers) + baseline_groups = dict(grouped_series(baseline, identifiers)) + labels = sorted( + {label for label, _ in generated_groups} + | set(baseline_groups) + ) + series_styles = { + label: SERIES_LINESTYLES[index % len(SERIES_LINESTYLES)] + for index, label in enumerate(labels) + } + + columns = min(3, len(metrics)) + rows = math.ceil(len(metrics) / columns) + figure, axes = plt.subplots( + rows, + columns, + figsize=(5.4 * columns, 3.7 * rows), + squeeze=False, + constrained_layout=True, + ) + figure.suptitle( + generated_path.stem, + y=1.03, + fontsize=12, + fontweight="bold", + ) + + present_categories = set() + points_present = False + for axis, metric in zip(axes.flat, metrics): + for label, final_group in generated_groups: + baseline_group = baseline_groups.get(label) + final_categories = provenance_categories( + final_group, + baseline_group, + metric, + provenance, + ) + present_categories.update(final_categories) + years = final_group["t"].to_numpy() + values = final_group[metric].to_numpy() + plot_colored_segments( + axis, + years, + values, + final_categories, + series_styles[label], + ) + if baseline_group is not None: + point_categories = input_point_categories( + final_group, + metric, + provenance, + final_categories, + ) + baseline_by_year = ( + baseline_group[["t", metric]] + .drop_duplicates("t", keep="last") + .set_index("t")[metric] + ) + point_years = pd.to_numeric( + final_group["t"], errors="raise" + ).to_numpy() + point_values = pd.to_numeric( + pd.Series(point_years).map(baseline_by_year), + errors="coerce", + ).to_numpy() + real_points = np.isin(point_categories, [ + 'Observed history (real)', 'Split real history', 'Scaled real history', + 'Calculated project history', 'Indexed anchor (observed O&M)', + ]) + atb_values = point_values.copy() + point_values[real_points] = values[real_points] + for category in PROVENANCE_COLORS: + point_mask = np.asarray([ + item == category for item in point_categories + ]) & np.isfinite(point_values) + if not point_mask.any(): + continue + points_present = True + present_categories.add(category) + axis.scatter( + point_years[point_mask], + point_values[point_mask], + s=18, + marker="o", + facecolors=PROVENANCE_COLORS[category], + edgecolors="none", + alpha=0.95, + zorder=3, + ) + # Inside the overlap window a real observation replaces ATB's + # value; keep showing what ATB said so the replacement is + # visible for every technology, not only where years were filled. + overlap = ( + real_points + & (point_years >= series_boundary(final_group, provenance)) + & (point_years <= provenance['settings']['atbyear']) + & np.isfinite(atb_values) + ) + if overlap.any(): + points_present = True + present_categories.add("ATB projection (raw)") + axis.scatter( + point_years[overlap], + atb_values[overlap], + s=18, + marker="o", + facecolors=PROVENANCE_COLORS["ATB projection (raw)"], + edgecolors="none", + alpha=0.95, + zorder=3, + ) + # One line per distinct series start: floating offshore begins in + # 2030 while fixed begins in 2022, and a single line would mislabel one. + for start_year in sorted({ + series_boundary(group, provenance) for _, group in generated_groups + }): + axis.axvline( + start_year, + color="0.35", + linestyle=":", + linewidth=1.0, + alpha=0.7, + ) + axis.set_title(METRIC_LABELS.get(metric, metric)) + axis.set_xlabel("Year") + axis.set_ylabel(METRIC_LABELS.get(metric, metric)) + axis.grid(True, alpha=0.25) + + for axis in axes.flat[len(metrics):]: + axis.remove() + + category_handles = [ + plt.Line2D( + [0], + [0], + color=color, + linewidth=2.5, + label=category, + ) + for category, color in PROVENANCE_COLORS.items() + if category in present_categories + ] + series_handles = [] + if labels != ["all"]: + series_handles = [ + plt.Line2D( + [0], + [0], + color="0.25", + linewidth=2, + linestyle=series_styles[label], + label=label, + ) + for label in labels + ] + point_handles = [] + if points_present: + point_handles.append( + plt.Line2D( + [0], + [0], + color="0.25", + linewidth=0, + marker="o", + markerfacecolor="0.25", + markeredgewidth=0, + label="Input data values", + ) + ) + handles = category_handles + point_handles + series_handles + figure.legend( + handles=handles, + loc="outside lower center", + ncol=min(4, len(handles)), + fontsize=8, + frameon=False, + ) + figure.savefig( + plot_dir / f"{generated_path.stem}.png", + dpi=160, + bbox_inches="tight", + ) + plt.close(figure) + return True + + +def plot_file( + generated_path: Path, + reeds_path: Path, + plot_dir: Path, + solid_label: str = "Generated", + dashed_label: str = "ReEDS", + reference_linestyle: str = "--", + reference_marker: str | None = None, +) -> bool: + """Plot all shared numeric metrics for one generated/ReEDS file pair.""" + generated = normalize_frame(pd.read_csv(generated_path)) + reeds = normalize_frame(pd.read_csv(reeds_path)) + metrics = metric_columns(generated, reeds) + if not metrics or "t" not in generated.columns or "t" not in reeds.columns: + return False + + identifiers = sorted(set(series_columns(generated)) | set(series_columns(reeds))) + generated_groups = grouped_series(generated, identifiers) + reeds_groups = grouped_series(reeds, identifiers) + labels = sorted({label for label, _ in generated_groups + reeds_groups}) + colors = {label: plt.cm.tab10(index % 10) for index, label in enumerate(labels)} + + columns = min(3, len(metrics)) + rows = math.ceil(len(metrics) / columns) + figure, axes = plt.subplots( + rows, + columns, + figsize=(5.4 * columns, 3.7 * rows), + squeeze=False, + constrained_layout=True, + ) + figure.suptitle( + generated_path.stem, + y=1.03, + fontsize=12, + fontweight="bold", + ) + + for axis, metric in zip(axes.flat, metrics): + for label, group in reeds_groups: + axis.plot( + group["t"], + group[metric], + color=colors[label], + linestyle=reference_linestyle, + marker=reference_marker, + markersize=3.2 if reference_marker else None, + linewidth=2.0, + alpha=0.9, + ) + for label, group in generated_groups: + axis.plot( + group["t"], + group[metric], + color=colors[label], + linestyle="-", + linewidth=1.6, + alpha=0.9, + ) + axis.set_title(METRIC_LABELS.get(metric, metric)) + axis.set_xlabel("Year") + axis.set_ylabel(METRIC_LABELS.get(metric, metric)) + axis.grid(True, alpha=0.25) + + for axis in axes.flat[len(metrics):]: + axis.remove() + + source_handles = [ + plt.Line2D( + [0], [0], color="0.25", linewidth=2, linestyle="-", label=solid_label + ), + plt.Line2D( + [0], + [0], + color="0.25", + linewidth=2, + linestyle=reference_linestyle, + marker=reference_marker, + markersize=4 if reference_marker else None, + label=dashed_label, + ), + ] + series_handles = [ + plt.Line2D([0], [0], color=colors[label], linewidth=2, label=label) + for label in labels + ] + figure.legend( + handles=source_handles + series_handles, + loc="outside lower center", + ncol=min(4, len(source_handles + series_handles)), + fontsize=8, + frameon=False, + ) + figure.savefig( + plot_dir / f"{generated_path.stem}.png", + dpi=160, + bbox_inches="tight", + ) + plt.close(figure) + return True + + +def plot_overview(summary: pd.DataFrame, plot_dir: Path, atb_year: int) -> None: + """Plot file-level validation status and difference counts.""" + plot_data = summary.sort_values( + ["status", "changed_cells"], ascending=[True, True] + ).reset_index(drop=True) + labels = plot_data["generated_file"].str.replace( + "_ATB_2024_", " | ", regex=False + ) + y = np.arange(len(plot_data)) + + figure, (axis_status, axis_counts) = plt.subplots( + 1, + 2, + figsize=(18, 14), + gridspec_kw={"width_ratios": [0.8, 2.2]}, + constrained_layout=True, + ) + figure.suptitle( + f"ATB {atb_year} output comparison overview", + fontsize=16, + fontweight="bold", + ) + status_colors = { + "MATCH": "#2a9d8f", + "VALUE_DIFFERENCE": "#e9c46a", + "STRUCTURE_DIFFERENCE": "#e76f51", + "MISSING_REEDS_FILE": "#9b2226", + } + for index, row in plot_data.iterrows(): + axis_status.barh( + index, 1, color=status_colors.get(row["status"], "0.6") + ) + axis_status.text( + 0.5, + index, + row["status"].replace("_", " "), + ha="center", + va="center", + fontsize=8, + ) + axis_status.set_yticks(y, labels) + axis_status.set_xlim(0, 1) + axis_status.set_xticks([]) + axis_status.set_title("Validation status") + axis_status.invert_yaxis() + + axis_counts.barh( + y, + plot_data["changed_cells"], + label="Changed cells", + color="#457b9d", + ) + axis_counts.barh( + y, + plot_data["rows_only_reeds"], + left=plot_data["changed_cells"], + label="Rows only in ReEDS", + color="#e76f51", + ) + axis_counts.set_yticks([]) + axis_counts.set_xlabel("Difference count") + axis_counts.set_title("Changed cells and missing generated rows") + axis_counts.grid(True, axis="x", alpha=0.25) + axis_counts.invert_yaxis() + axis_counts.legend(frameon=False, loc="lower right") + figure.savefig(plot_dir / "comparison_overview.png", dpi=160) + plt.close(figure) + + +def write_plots( + summary: pd.DataFrame | None, + generated_files: list[Path], + reeds_dir: Path, + plot_dir: Path, + atb_year: int, + solid_label: str = "Generated", + dashed_label: str = "ReEDS", + include_overview: bool = True, + reference_linestyle: str = "--", + reference_marker: str | None = None, + provenance_settings: dict | None = None, +) -> int: + """Generate the overview and all available file-level comparison plots.""" + plot_dir.mkdir(parents=True, exist_ok=True) + for old_plot in plot_dir.glob("*.png"): + old_plot.unlink() + if include_overview: + if summary is None: + raise ValueError("A comparison summary is required for the overview plot.") + plot_overview(summary, plot_dir, atb_year) + + plotted = 0 + skipped = [] + for generated_path in generated_files: + reeds_path = reeds_dir / reeds_filename(generated_path.name) + if reeds_path.exists(): + if provenance_settings is None: + wrote_plot = plot_file( + generated_path, + reeds_path, + plot_dir, + solid_label=solid_label, + dashed_label=dashed_label, + reference_linestyle=reference_linestyle, + reference_marker=reference_marker, + ) + else: + wrote_plot = plot_file_with_provenance( + generated_path, + reeds_path, + plot_dir, + provenance_settings, + ) + if wrote_plot: + plotted += 1 + else: + skipped.append(generated_path.name) + if skipped: + raise RuntimeError( + "Could not plot generated/ReEDS file pairs because they have no " + f"shared year-based numeric metrics: {skipped}" + ) + return plotted + + +def main() -> None: + parser = argparse.ArgumentParser( + description="Compare generated ATB outputs with current ReEDS inputs." + ) + parser.add_argument("--config", type=Path, default=DEFAULT_CONFIG_PATH) + parser.add_argument("--generated-dir", type=Path) + parser.add_argument( + "--unsmoothed-dir", + type=Path, + help="temporary pre-smoothing outputs supplied by the full pipeline", + ) + parser.add_argument("--reeds-dir", type=Path) + parser.add_argument("--plot-dir", type=Path, default=DEFAULT_PLOT_DIR) + parser.add_argument( + "--absolute-tolerance", + type=float, + default=2e-4, + help=( + "Absolute numeric tolerance (default: 2e-4, reflecting the " + "four-decimal precision of some raw ATB values)" + ), + ) + parser.add_argument("--relative-tolerance", type=float, default=1e-9) + args = parser.parse_args() + + settings = load_processing_settings(args.config) + smoothing = settings['config']['processing'].get('smooth_cost_curves', {}) + baseline_dir = args.unsmoothed_dir.resolve() if args.unsmoothed_dir else None + if args.generated_dir: + generated_dir = args.generated_dir.resolve() + else: + generated_dir = Path(settings['output_dir']).resolve() + reeds_dir = ( + args.reeds_dir.resolve() + if args.reeds_dir + else Path(settings['reedspath']).resolve() / "inputs" / "plant_characteristics" + ) + plot_dir = args.plot_dir.resolve() + atb_year = int(settings['atbyear']) + + generated_files = sorted(generated_dir.glob(f"*_ATB_{atb_year}_*.csv")) + if not generated_files: + raise FileNotFoundError( + f"No ATB {atb_year} outputs found in {generated_dir}" + ) + if not reeds_dir.is_dir(): + raise FileNotFoundError(f"ReEDS plant-characteristics directory not found: {reeds_dir}") + + results = [] + for generated_path in generated_files: + reeds_path = reeds_dir / reeds_filename(generated_path.name) + result = compare_file( + generated_path, + reeds_path, + args.absolute_tolerance, + args.relative_tolerance, + ) + results.append(result) + print( + f"{result['status']:>20} {generated_path.name} -> {reeds_path.name}" + ) + + summary = pd.DataFrame(results) + expected_reeds_names = {reeds_filename(path.name) for path in generated_files} + reeds_only_files = sorted( + path.name + for path in reeds_dir.glob(f"*_ATB_{atb_year}_*.csv") + if path.name not in expected_reeds_names + ) + plotted = write_plots( + summary, + generated_files, + reeds_dir, + plot_dir, + atb_year, + solid_label="Generated", + dashed_label="ReEDS", + ) + print(f"\nWrote overview and {plotted} file-level plots to {plot_dir}") + print(summary["status"].value_counts().to_string()) + print( + f"ReEDS files without a generated counterpart: {len(reeds_only_files)}" + ) + for filename in reeds_only_files: + print(f" {filename}") + + if smoothing.get('enabled', False) and baseline_dir is not None: + smoothed_dir = Path(settings['output_dir']).resolve() + smoothed_files = sorted( + smoothed_dir.glob(f"*_ATB_{atb_year}_*.csv") + ) + smoothing_plot_setting = settings['config']['plotting'].get( + 'smoothing_comparison_directory', + 'comparison/plot_component', + ) + smoothing_plot_dir = resolve_atb_path(smoothing_plot_setting) + smoothing_plotted = write_plots( + None, + smoothed_files, + baseline_dir, + smoothing_plot_dir, + atb_year, + solid_label="After smoothing", + dashed_label="Before smoothing", + include_overview=False, + reference_linestyle="None", + reference_marker="o", + provenance_settings=settings, + ) + print( + f"Wrote {smoothing_plotted} before/after smoothing plots to " + f"{smoothing_plot_dir}" + ) + + +if __name__ == "__main__": + main() diff --git a/atb/config.schema.json b/atb/config.schema.json new file mode 100644 index 0000000..92c62ff --- /dev/null +++ b/atb/config.schema.json @@ -0,0 +1,756 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://github.com/NREL/ReEDS-2.0/atb/config.schema.json", + "title": "ReEDS ATB workflow configuration", + "description": "Editor validation and option lists for atb/config.yaml.", + "type": "object", + "additionalProperties": false, + "required": [ + "workflow", + "atb", + "raw_data", + "historical_cost_sources", + "processing", + "reeds_source", + "historical_data", + "plotting" + ], + "properties": { + "workflow": { + "type": "object", + "additionalProperties": false, + "required": [ + "format_reeds_inputs", + "make_plots", + "make_comparison_plots" + ], + "properties": { + "format_reeds_inputs": {"type": "boolean"}, + "make_plots": {"type": "boolean"}, + "make_comparison_plots": {"type": "boolean"} + } + }, + "atb": { + "type": "object", + "additionalProperties": false, + "required": ["year", "release_version", "dollar_year"], + "properties": { + "year": {"type": "integer", "minimum": 2015}, + "release_version": {"type": "integer", "minimum": 1}, + "dollar_year": {"type": "integer", "minimum": 1900} + } + }, + "raw_data": { + "type": "object", + "additionalProperties": false, + "required": ["directory", "flat_file", "workbook"], + "properties": { + "directory": {"type": "string", "minLength": 1}, + "allow_insecure_ssl_fallback": {"type": "boolean"}, + "flat_file": {"$ref": "#/definitions/downloadArtifact"}, + "workbook": {"$ref": "#/definitions/downloadArtifact"} + } + }, + "historical_atb": { + "type": "object", + "additionalProperties": false, + "required": ["directory", "normalized_filename", "missing_series", "releases"], + "properties": { + "directory": {"type": "string", "minLength": 1}, + "normalized_filename": {"type": "string", "minLength": 1}, + "missing_series": {"enum": ["manual", "broadcast", "error"]}, + "releases": { + "type": "object", + "additionalProperties": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "additionalProperties": false, + "required": ["filename", "url", "dollar_year", "format"], + "properties": { + "filename": {"type": "string", "minLength": 1}, + "url": {"type": "string", "format": "uri"}, + "dollar_year": {"type": "integer", "minimum": 1900}, + "format": {"enum": ["flat", "workbook", "battery"]} + } + } + } + } + } + }, + "historical_cost_sources": { + "type": "object", + "additionalProperties": false, + "required": [ + "directory", + "normalized_filename", + "manifest_filename", + "reeds_mappings", + "sources" + ], + "properties": { + "directory": {"type": "string", "minLength": 1}, + "normalized_filename": {"type": "string", "minLength": 1}, + "manifest_filename": {"type": "string", "minLength": 1}, + "allow_insecure_ssl_fallback": {"type": "boolean"}, + "reeds_mappings": {"$ref": "#/definitions/reedsMappings"}, + "project_files": { + "type": "object", + "description": "Plant-level project cost files keyed by source id; each names its ReEDS technology and CSV path.", + "additionalProperties": { + "type": "object", + "additionalProperties": false, + "required": ["technology", "path"], + "properties": { + "technology": {"type": "string", "minLength": 1}, + "path": {"type": "string", "minLength": 1} + } + } + }, + "om_index": { + "type": "object", + "additionalProperties": false, + "properties": { + "ages": {"type": "array", "minItems": 1, "items": {"type": "integer", "minimum": 1}}, + "minimum_ages": {"type": "integer", "minimum": 1} + } + }, + "cost_scope_adjustment": { + "type": "object", + "description": "Rescales observed capital costs from their reported boundary onto the ATB overnight capital cost used by ReEDS, using components from the release pinned by historical_data.reference_atb_year.", + "additionalProperties": false, + "required": ["scopes"], + "properties": { + "reference_year": {"type": "integer", "minimum": 1900}, + "reference_scenario": {"enum": ["Moderate", "Advanced", "Conservative"]}, + "reference_case": {"type": "string"}, + "reference_crpyears": {"type": "integer", "minimum": 1}, + "scopes": { + "type": "object", + "additionalProperties": false, + "properties": { + "overnight": {"$ref": "#/definitions/cost_components"}, + "overnight_plus_grid": {"$ref": "#/definitions/cost_components"}, + "installed_with_financing": {"$ref": "#/definitions/cost_components"} + } + }, + "overrides": { + "type": "object", + "description": "Force a technology onto a declared scope instead of the one its source reports.", + "additionalProperties": {"enum": ["overnight", "overnight_plus_grid", "installed_with_financing"]} + } + } + }, + "battery_cost_split": { + "type": "object", + "additionalProperties": false, + "required": ["reference_year", "reference_scenario", "duration_filters"], + "properties": { + "reference_year": {"type": "integer", "minimum": 1900}, + "reference_scenario": {"enum": ["Moderate", "Advanced", "Conservative"]}, + "duration_filters": {"$ref": "#/definitions/filters"}, + "preferred_cost_filters": {"$ref": "#/definitions/filters"}, + "preferred_duration_filters": {"$ref": "#/definitions/filters"} + }, + "dependencies": { + "preferred_cost_filters": ["preferred_duration_filters"], + "preferred_duration_filters": ["preferred_cost_filters"] + } + }, + "sources": { + "type": "object", + "additionalProperties": {"$ref": "#/definitions/historicalSource"} + } + } + }, + "processing": { + "type": "object", + "additionalProperties": false, + "required": [ + "reeds_repo", + "output_directory", + "copy_to_reeds", + "technologies", + "update_costs", + "update_financials", + "reeds_start_year", + "decimals", + "smooth_cost_curves" + ], + "properties": { + "reeds_repo": {"type": "string", "minLength": 1}, + "atb_case": {"type": "string", "minLength": 1}, + "atb_case_overrides": { + "type": "object", + "propertyNames": {"$ref": "#/definitions/technologyName"}, + "additionalProperties": {"type": "string", "minLength": 1} + }, + "output_directory": {"type": "string", "minLength": 1}, + "copy_to_reeds": {"type": "boolean"}, + "technologies": { + "description": "Technologies formatted by the workflow.", + "oneOf": [ + {"const": "all"}, + { + "type": "array", + "minItems": 1, + "uniqueItems": true, + "items": {"$ref": "#/definitions/technologyName"} + } + ] + }, + "update_costs": {"type": "boolean"}, + "update_financials": {"type": "boolean"}, + "sensitivity_name": {"type": ["string", "null"]}, + "reeds_start_year": {"type": "integer", "minimum": 1900}, + "decimals": {"type": "integer", "minimum": 0, "maximum": 12}, + "smooth_cost_curves": {"$ref": "#/definitions/smoothing"} + } + }, + "reeds_source": { + "type": "object", + "additionalProperties": false, + "required": ["repo", "ref", "cache_directory"], + "properties": { + "repo": {"type": "string", "pattern": "^[^/]+/[^/]+$"}, + "ref": {"type": "string", "minLength": 7}, + "cache_directory": {"type": "string", "minLength": 1} + } + }, + "historical_data": { + "type": "object", + "additionalProperties": false, + "required": [ + "directory", + "real_filename", + "atb_filename", + "manual_filename", + "dollar_year", + "reference_atb_year" + ], + "properties": { + "directory": { + "type": "string", + "minLength": 1 + }, + "real_filename": { + "type": "string", + "minLength": 1 + }, + "atb_filename": { + "type": "string", + "minLength": 1 + }, + "manual_filename": { + "type": "string", + "minLength": 1 + }, + "dollar_year": { + "type": "integer", + "minimum": 1900 + }, + "reference_atb_year": { + "type": "integer", + "minimum": 2015 + } + } + }, + "plotting": { + "type": "object", + "additionalProperties": false, + "required": [ + "metrics", + "crp_years", + "figure_format", + "output_directory", + "smoothing_comparison_directory", + "technologies" + ], + "properties": { + "metrics": { + "type": "array", + "minItems": 1, + "uniqueItems": true, + "items": { + "enum": ["CAPEX", "OCC", "Fixed O&M", "Variable O&M"] + } + }, + "crp_years": {"type": "integer", "minimum": 1}, + "figure_format": {"enum": ["png", "pdf", "svg"]}, + "output_directory": {"type": "string", "minLength": 1}, + "smoothing_comparison_directory": {"type": "string", "minLength": 1}, + "technologies": { + "type": "array", + "minItems": 1, + "uniqueItems": true, + "items": { + "enum": [ + "Biopower", + "Coal_FE", + "CSP", + "LandbasedWind", + "NaturalGas_FE", + "Nuclear", + "OffShoreWind", + "Utility-Scale Battery Storage", + "UtilityPV" + ] + } + } + } + } + }, + "definitions": { + "cost_components": { + "type": "array", + "description": "ATB components removed from a reported cost to reach the overnight capital cost.", + "items": {"enum": ["GCC", "CFC"]}, + "uniqueItems": true + }, + "downloadArtifact": { + "type": "object", + "additionalProperties": false, + "required": ["filename", "url"], + "properties": { + "filename": {"type": "string", "minLength": 1}, + "url": {"type": "string", "minLength": 1} + } + }, + "historicalSource": { + "type": "object", + "additionalProperties": false, + "required": ["enabled", "page_url", "filename"], + "properties": { + "enabled": {"type": "boolean"}, + "report_year": {"type": "integer", "minimum": 1900}, + "first_year": {"type": "integer", "minimum": 1900}, + "first_cohort_year": {"type": "integer", "minimum": 1900}, + "last_year": {"type": "integer", "minimum": 1900}, + "last_historical_year": {"type": "integer", "minimum": 1900}, + "page_url": {"type": "string", "minLength": 1}, + "data_url": {"type": "string", "minLength": 1}, + "current_data_url": {"type": "string", "minLength": 1}, + "archive_data_url": {"type": "string", "minLength": 1}, + "filename": {"type": "string", "minLength": 1} + }, + "anyOf": [ + {"required": ["data_url"]}, + {"required": ["current_data_url", "archive_data_url"]} + ] + }, + "filterValue": { + "type": ["string", "number", "integer", "boolean"] + }, + "filters": { + "type": "object", + "minProperties": 1, + "additionalProperties": {"$ref": "#/definitions/filterValue"} + }, + "mappingSeries": { + "type": "object", + "additionalProperties": false, + "required": ["filters"], + "properties": { + "filters": {"$ref": "#/definitions/filters"}, + "technologies": { + "type": "array", + "minItems": 1, + "uniqueItems": true, + "items": {"type": "string"} + }, + "turbine_classes": { + "type": "array", + "minItems": 1, + "uniqueItems": true, + "items": {"type": "string"} + } + } + }, + "observedMapping": { + "type": "object", + "additionalProperties": false, + "properties": { + "filters": {"$ref": "#/definitions/filters"}, + "turbine_classes": { + "type": "array", + "minItems": 1, + "uniqueItems": true, + "items": {"type": "string"} + }, + "series": { + "type": "array", + "minItems": 1, + "items": {"$ref": "#/definitions/mappingSeries"} + } + }, + "oneOf": [ + {"required": ["filters"]}, + {"required": ["series"]} + ] + }, + "metricMappings": { + "type": "object", + "additionalProperties": false, + "required": ["capcost"], + "properties": { + "capcost": {"$ref": "#/definitions/observedMapping"} + } + }, + "metricMappingsWithCf": { + "type": "object", + "additionalProperties": false, + "required": ["capcost"], + "properties": { + "capcost": {"$ref": "#/definitions/observedMapping"}, + "fom": {"$ref": "#/definitions/observedMapping"}, + "fom_index": {"$ref": "#/definitions/observedMapping"}, + "cf_improvement": {"$ref": "#/definitions/observedMapping"} + } + }, + "batteryMetricMappings": { + "type": "object", + "additionalProperties": false, + "required": ["capcost", "capcost_energy"], + "properties": { + "capcost": {"$ref": "#/definitions/observedMapping"}, + "capcost_energy": {"$ref": "#/definitions/observedMapping"} + } + }, + "reedsMappings": { + "type": "object", + "additionalProperties": false, + "properties": { + "battery": {"$ref": "#/definitions/batteryMetricMappings"}, + "csp": {"$ref": "#/definitions/metricMappings"}, + "nuclear": {"$ref": "#/definitions/metricMappings"}, + "upv": {"$ref": "#/definitions/metricMappingsWithCf"}, + "wind-ons": {"$ref": "#/definitions/metricMappingsWithCf"}, + "wind-ofs": {"$ref": "#/definitions/metricMappings"}, + "gas": {"$ref": "#/definitions/metricMappings"}, + "biopower": {"$ref": "#/definitions/metricMappings"} + } + }, + "historyMode": { + "enum": ["real", "atb", "manual", "broadcast", "indexed", "unavailable"] + }, + "historyModeWithoutReal": { + "enum": ["atb", "manual", "broadcast", "unavailable"] + }, + "historyModeByTurbineClass": { + "type": "object", + "additionalProperties": false, + "minProperties": 1, + "description": "One history mode per turbine class. Use when an observed series describes only some classes; each class selecting real must match the mapping's turbine_classes. Only fixed offers real: the offshore project file holds completed US fixed-bottom projects, and no floating project has been completed in the US.", + "properties": { + "fixed": {"$ref": "#/definitions/historyMode"}, + "floating": {"$ref": "#/definitions/historyModeWithoutReal"} + } + }, + "historyModeOrByTurbineClass": { + "oneOf": [ + {"$ref": "#/definitions/historyMode"}, + {"$ref": "#/definitions/historyModeByTurbineClass"} + ] + }, + "historyModeByGasPlant": { + "type": "object", + "additionalProperties": false, + "minProperties": 1, + "description": "One history mode per gas plant configuration. EIA reports only 'combined cycle' and 'combustion turbine', so just Gas-CC and Gas-CT offer real; the H-Frame and aeroderivative variants have no observation and must generate their own history.", + "properties": { + "Gas-CC": {"$ref": "#/definitions/historyMode"}, + "Gas-CT": {"$ref": "#/definitions/historyMode"}, + "Gas-CC_H_1x1": {"$ref": "#/definitions/historyModeWithoutReal"}, + "Gas-CC_H_2x1": {"$ref": "#/definitions/historyModeWithoutReal"}, + "Gas-CT_aero": {"$ref": "#/definitions/historyModeWithoutReal"} + } + }, + "historyModeOrByGasPlant": { + "oneOf": [ + {"$ref": "#/definitions/historyMode"}, + {"$ref": "#/definitions/historyModeByGasPlant"} + ] + }, + "historyObservedCapcostWithCf": { + "type": "object", + "additionalProperties": false, + "required": ["capcost", "fom", "vom", "cf_improvement"], + "properties": { + "capcost": {"$ref": "#/definitions/historyMode"}, + "fom": {"$ref": "#/definitions/historyMode"}, + "vom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "cf_improvement": {"$ref": "#/definitions/historyMode"} + } + }, + "historyObservedCapcostWithCfAndRsc": { + "type": "object", + "additionalProperties": false, + "required": [ + "capcost", + "fom", + "vom", + "cf_improvement", + "rsc_mult" + ], + "properties": { + "capcost": {"$ref": "#/definitions/historyModeOrByTurbineClass"}, + "fom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "vom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "cf_improvement": {"$ref": "#/definitions/historyModeWithoutReal"}, + "rsc_mult": {"enum": ["manual", "broadcast"]} + } + }, + "historyObservedCapcost": { + "type": "object", + "additionalProperties": false, + "required": ["capcost", "fom", "vom", "heatrate"], + "properties": { + "capcost": {"$ref": "#/definitions/historyModeOrByGasPlant"}, + "fom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "vom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "heatrate": {"$ref": "#/definitions/historyModeWithoutReal"} + } + }, + "historyBattery": { + "type": "object", + "additionalProperties": false, + "allOf": [ + { + "if": {"properties": {"capcost": {"const": "real"}}}, + "then": {"properties": {"capcost_energy": {"const": "real"}}} + }, + { + "if": {"properties": {"capcost_energy": {"const": "real"}}}, + "then": {"properties": {"capcost": {"const": "real"}}} + } + ], + "required": [ + "capcost", + "capcost_energy", + "fom", + "fom_energy", + "vom", + "rte" + ], + "properties": { + "capcost": {"$ref": "#/definitions/historyMode"}, + "capcost_energy": {"$ref": "#/definitions/historyMode"}, + "fom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "fom_energy": {"$ref": "#/definitions/historyModeWithoutReal"}, + "vom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "rte": {"$ref": "#/definitions/historyModeWithoutReal"} + } + }, + "historyCsp": { + "type": "object", + "additionalProperties": false, + "required": ["capcost", "fom", "vom"], + "properties": { + "capcost": {"$ref": "#/definitions/historyMode"}, + "fom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "vom": {"$ref": "#/definitions/historyModeWithoutReal"} + } + }, + "historyCosts": { + "type": "object", + "additionalProperties": false, + "required": ["capcost", "fom", "vom"], + "properties": { + "capcost": {"$ref": "#/definitions/historyModeWithoutReal"}, + "fom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "vom": {"$ref": "#/definitions/historyModeWithoutReal"} + } + }, + "historyCostsWithHeatrate": { + "type": "object", + "additionalProperties": false, + "required": ["capcost", "fom", "vom", "heatrate"], + "properties": { + "capcost": {"$ref": "#/definitions/historyModeWithoutReal"}, + "fom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "vom": {"$ref": "#/definitions/historyModeWithoutReal"}, + "heatrate": {"$ref": "#/definitions/historyModeWithoutReal"} + } + }, + "futureTreatments": { + "type": "object", + "additionalProperties": false, + "required": ["smooth_projection_curve"], + "properties": { + "smooth_projection_curve": {"type": "boolean"} + } + }, + "technologyConfigBase": { + "type": "object", + "additionalProperties": false, + "required": ["historical_data", "future_smoothing_treatments"], + "properties": { + "historical_data": {"type": "object"}, + "fill_atbstartyear2atbyear_with_real": {"type": "boolean"}, + "future_smoothing_treatments": {"$ref": "#/definitions/futureTreatments"} + } + }, + "technologyObservedCapcost": { + "allOf": [ + {"$ref": "#/definitions/technologyConfigBase"}, + { + "properties": { + "historical_data": {"$ref": "#/definitions/historyObservedCapcost"} + } + } + ] + }, + "technologyObservedCapcostWithCf": { + "allOf": [ + {"$ref": "#/definitions/technologyConfigBase"}, + { + "properties": { + "historical_data": {"$ref": "#/definitions/historyObservedCapcostWithCf"} + } + } + ] + }, + "technologyObservedCapcostWithCfAndRsc": { + "allOf": [ + {"$ref": "#/definitions/technologyConfigBase"}, + { + "properties": { + "historical_data": {"$ref": "#/definitions/historyObservedCapcostWithCfAndRsc"} + } + } + ] + }, + "technologyBattery": { + "allOf": [ + {"$ref": "#/definitions/technologyConfigBase"}, + { + "properties": { + "historical_data": {"$ref": "#/definitions/historyBattery"} + } + } + ] + }, + "technologyCsp": { + "allOf": [ + {"$ref": "#/definitions/technologyConfigBase"}, + { + "properties": { + "historical_data": {"$ref": "#/definitions/historyCsp"} + } + } + ] + }, + "technologyCosts": { + "allOf": [ + {"$ref": "#/definitions/technologyConfigBase"}, + { + "properties": { + "historical_data": {"$ref": "#/definitions/historyCosts"} + } + } + ] + }, + "technologyCostsWithHeatrate": { + "allOf": [ + {"$ref": "#/definitions/technologyConfigBase"}, + { + "properties": { + "historical_data": {"$ref": "#/definitions/historyCostsWithHeatrate"} + } + } + ] + }, + "technologyName": { + "enum": [ + "upv", + "wind-ons", + "wind-ofs", + "battery", + "csp", + "coal", + "coal-ccs", + "gas", + "gas-ccs", + "fuelcell", + "nuclear", + "nuclear-smr", + "biopower" + ] + }, + "smoothing": { + "type": "object", + "additionalProperties": false, + "required": [ + "enabled", + "method", + "columns", + "slope_change_threshold", + "max_kink_years", + "major_step_relative_threshold", + "minimum_adjustment_relative_threshold", + "technologies" + ], + "properties": { + "enabled": {"type": "boolean"}, + "fill_atbstartyear2atbyear_with_real": {"type": "boolean"}, + "index_reference_year": {"type": "integer", "minimum": 1900}, + "unavailable_value": {"type": "number"}, + "unavailable_before": { + "type": "object", + "description": "First buildable year per technology using the unavailable mode; earlier years get unavailable_value.", + "additionalProperties": {"type": "integer", "minimum": 1900} + }, + "method": {"enum": ["selective", "linear_bridge"]}, + "columns": { + "oneOf": [ + {"const": "all"}, + {"const": "capital_costs"}, + { + "type": "array", + "minItems": 1, + "uniqueItems": true, + "items": { + "enum": [ + "capcost", + "capcost_energy", + "fom", + "fom_energy", + "vom", + "cf_improvement" + ] + } + } + ] + }, + "projection_start_year": {"type": "integer", "minimum": 1900}, + "anchor_year": {"type": "integer", "minimum": 1900}, + "target_year": {"type": "integer", "minimum": 1900}, + "slope_change_threshold": {"type": "number", "exclusiveMinimum": 0}, + "max_kink_years": {"type": "integer", "minimum": 1}, + "major_step_relative_threshold": {"type": "number", "exclusiveMinimum": 0}, + "minimum_adjustment_relative_threshold": {"type": "number", "minimum": 0}, + "future_smoothing_treatments": {"$ref": "#/definitions/futureTreatments"}, + "technologies": { + "type": "object", + "additionalProperties": false, + "properties": { + "upv": {"$ref": "#/definitions/technologyObservedCapcostWithCf"}, + "wind-ons": {"$ref": "#/definitions/technologyObservedCapcostWithCf"}, + "wind-ofs": {"$ref": "#/definitions/technologyObservedCapcostWithCfAndRsc"}, + "battery": {"$ref": "#/definitions/technologyBattery"}, + "csp": {"$ref": "#/definitions/technologyCsp"}, + "coal": {"$ref": "#/definitions/technologyCostsWithHeatrate"}, + "coal-ccs": {"$ref": "#/definitions/technologyCostsWithHeatrate"}, + "gas": {"$ref": "#/definitions/technologyObservedCapcost"}, + "gas-ccs": {"$ref": "#/definitions/technologyCostsWithHeatrate"}, + "fuelcell": {"$ref": "#/definitions/technologyCostsWithHeatrate"}, + "nuclear": {"$ref": "#/definitions/technologyObservedCapcost"}, + "nuclear-smr": {"$ref": "#/definitions/technologyCostsWithHeatrate"}, + "biopower": {"$ref": "#/definitions/technologyObservedCapcost"} + } + } + } + } + } +} diff --git a/atb/config.yaml b/atb/config.yaml new file mode 100644 index 0000000..043277e --- /dev/null +++ b/atb/config.yaml @@ -0,0 +1,468 @@ +# yaml-language-server: $schema=./config.schema.json + +workflow: + format_reeds_inputs: true + make_plots: true + make_comparison_plots: true + +atb: + year: 2024 + release_version: 3 + dollar_year: 2022 + +raw_data: + directory: scraped_input + allow_insecure_ssl_fallback: true + flat_file: + filename: atb_2024_flat_file.csv + url: https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv + workbook: + filename: atb_2024_workbook.xlsx + url: https://data.openei.org/files/6006/2024_v3_Workbook.xlsx + +# Scraper inputs and reviewed mappings. +historical_cost_sources: + directory: scraped_input/historical_costs + normalized_filename: historical_capital_costs.csv + manifest_filename: source_manifest.csv + allow_insecure_ssl_fallback: true + # Plant-level anchors for technologies with too few builds for a survey. + project_files: + nuclear_projects: {technology: nuclear, path: manual_input/nuclear_historical_projects.csv} + offshore_projects: {technology: wind-ofs, path: manual_input/offshore_historical_projects.csv} + # FOM index: mean of these operating years per vintage bin; bins with fewer + # available ages are kept raw only (guards partial first-year data). + om_index: {ages: [1, 2, 3], minimum_ages: 2} + reeds_mappings: + nuclear: + capcost: + filters: + source_id: nuclear_projects + technology: nuclear + metric: capital_cost + unit: USD/kW + battery: + capcost: &battery_total_cost + filters: + source_id: eia_generator_costs + technology: battery + metric: capital_cost + unit: USD/kW + source_table: major_energy_source + statistic: capacity_weighted_mean + capcost_energy: *battery_total_cost + csp: + capcost: + filters: + source_id: utility_pv + technology: csp + technology_detail: Crescent Dunes + metric: capital_cost + unit: USD/kW + capacity_basis: AC + statistic: project + geography: United States + upv: + fom: + filters: + source_id: utility_pv + metric: fixed_om + unit: USD/kW-yr + capacity_basis: AC + statistic: mean + geography: United States + cf_improvement: + filters: + source_id: utility_pv + metric: capacity_factor + unit: fraction + capacity_basis: AC + statistic: capacity_weighted_cumulative + geography: United States + capcost: + filters: + source_id: utility_pv + metric: capital_cost + unit: USD/kW + capacity_basis: AC + statistic: capacity_weighted_mean + geography: United States + fom_index: + filters: + source_id: utility_pv + metric: fixed_om + statistic: median_early_age_mean + biopower: + capcost: + filters: + source_id: eia_generator_costs + metric: capital_cost + unit: USD/kW + technology_detail: Biomass + source_table: major_energy_source + gas: + capcost: + series: + - technologies: + - Gas-CC + filters: + source_id: eia_generator_costs + metric: capital_cost + unit: USD/kW + technology_detail: Natural gas combined cycle + source_table: natural_gas_technology + - technologies: + - Gas-CT + filters: + source_id: eia_generator_costs + metric: capital_cost + unit: USD/kW + technology_detail: Natural gas combustion turbine + source_table: natural_gas_technology + wind-ofs: + capcost: + turbine_classes: + - fixed + filters: + source_id: offshore_projects + metric: capital_cost + unit: USD/kW + wind-ons: + fom: + filters: + source_id: land_based_wind + metric: fixed_om + unit: USD/kW-yr + capacity_basis: nameplate + statistic: mean + geography: United States + cf_improvement: + filters: + source_id: land_based_wind + metric: capacity_factor + unit: fraction + capacity_basis: nameplate + statistic: generation_weighted_mean + geography: United States + capcost: + filters: + source_id: land_based_wind + metric: capital_cost + unit: USD/kW + capacity_basis: nameplate + statistic: capacity_weighted_mean + geography: United States + fom_index: + filters: + source_id: land_based_wind + metric: fixed_om + statistic: median_early_age_mean + # Rescale observed capital costs onto ReEDS capcost, the ATB overnight capital + # cost: factor = OCC / (OCC + the components each row's cost_scope names). + # See historical/README.md for the source boundaries and the offshore caveat. + cost_scope_adjustment: + reference_year: 2022 # ATB 2024 base year; one ratio covers all history. + reference_scenario: Moderate + reference_case: Market + reference_crpyears: 30 + scopes: + overnight: [] + overnight_plus_grid: [GCC] + installed_with_financing: [GCC, CFC] + overrides: {} # e.g. {wind-ofs: overnight} to keep a reported basis. + battery_cost_split: + reference_year: 2022 + reference_scenario: Moderate + preferred_cost_filters: + source_id: utility_pv + technology: battery + metric: capital_cost + unit: USD/kWh + statistic: energy_weighted_mean + preferred_duration_filters: + source_id: utility_pv + technology: battery + metric: storage_duration + unit: hours + statistic: capacity_weighted_cohort + duration_filters: + source_id: eia860_storage + technology: battery + metric: storage_duration + unit: hours + statistic: capacity_weighted_cohort + sources: + eia860_storage: + enabled: true + first_year: 2016 + last_year: 2024 + first_cohort_year: 2015 # Taken from the 2016 inventory. + page_url: https://www.eia.gov/electricity/data/eia860/ + current_data_url: https://www.eia.gov/electricity/data/eia860/xls/eia8602024.zip + archive_data_url: https://www.eia.gov/electricity/data/eia860/archive/xls/eia860{year}.zip + filename: eia860_{year}.zip + land_based_wind: + enabled: true + report_year: 2025 + page_url: https://emp.lbl.gov/publications/land-based-wind-energy-technology + data_url: https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx + filename: lbnl_land_based_wind_2025.xlsx + utility_pv: + enabled: true + report_year: 2025 + page_url: https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data + data_url: https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx + filename: lbnl_utility_scale_solar_2025.xlsx + offshore_wind: + enabled: true + report_year: 2024 + last_historical_year: 2023 + page_url: https://www.nlr.gov/wind/offshore-market-assessment + data_url: https://www.nlr.gov/docs/fy24osti/90525data.xlsx + filename: nlr_offshore_wind_market_2024.xlsx + eia_generator_costs: + enabled: true + first_year: 2013 + last_year: 2024 + page_url: https://www.eia.gov/electricity/generatorcosts/ + current_data_url: https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx + archive_data_url: https://www.eia.gov/electricity/generatorcosts/archive/{year}/xls/generator_costs_{year}.xlsx + filename: eia_generator_costs_{year}.xlsx + +historical_atb: + directory: scraped_input/historical_atb + normalized_filename: historical_atb.csv + missing_series: broadcast + releases: + 2015: + - format: workbook + filename: atb_2015_workbook.xlsm + dollar_year: 2013 + url: https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm + 2016: + - format: workbook + filename: atb_2016_workbook.xlsm + dollar_year: 2014 + url: https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm + 2017: + - format: workbook + filename: atb_2017_workbook.xlsm + dollar_year: 2015 + url: https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm + 2018: + - format: workbook + filename: atb_2018_workbook.xlsm + dollar_year: 2016 + url: https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm + 2019: + - format: workbook + filename: atb_2019_workbook.xlsm + dollar_year: 2017 + url: https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm + 2020: + - format: workbook + filename: atb_2020_workbook.xlsm + dollar_year: 2018 + url: https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm + 2021: + - format: workbook + filename: atb_2021_workbook.xlsm + dollar_year: 2019 + url: https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm + 2022: + - format: workbook + filename: atb_2022_workbook.xlsx + dollar_year: 2020 + url: https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx + 2023: + - format: flat + filename: atb_2023_flat_file.csv + dollar_year: 2021 + url: https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv + - format: battery + filename: atb_2023_workbook.xlsx + dollar_year: 2021 + url: https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx + +processing: + atb_case: Market + atb_case_overrides: {} + reeds_repo: C:/ReEDS/ReEDS + output_directory: output + copy_to_reeds: false + technologies: all + update_costs: true + update_financials: false + sensitivity_name: null + reeds_start_year: 2010 + decimals: 6 + smooth_cost_curves: + enabled: true + method: selective + columns: all + fill_atbstartyear2atbyear_with_real: true + index_reference_year: 2022 # ATB year supplying the level for indexed metrics. + unavailable_value: 99999 # ReEDS placeholder for years before a technology existed. + # First buildable year for every metric using the unavailable mode; earlier + # years get unavailable_value in the outputs. manual.csv never carries it. + unavailable_before: + fuelcell: 2035 + nuclear-smr: 2030 + wind-ofs: 2030 + coal-ccs: 2022 + gas-ccs: 2022 + slope_change_threshold: 0.4 + max_kink_years: 4 + major_step_relative_threshold: 0.1 + minimum_adjustment_relative_threshold: 0.001 + # Default priority: real, then atb, then broadcast if no archive matches. + technologies: + upv: + historical_data: + capcost: real + fom: indexed + vom: broadcast + cf_improvement: real + future_smoothing_treatments: + smooth_projection_curve: false + wind-ons: + historical_data: + capcost: real + fom: indexed + vom: broadcast + cf_improvement: real + future_smoothing_treatments: + smooth_projection_curve: false + wind-ofs: + historical_data: + capcost: + fixed: real + floating: unavailable + fom: broadcast + vom: broadcast + cf_improvement: broadcast + rsc_mult: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + battery: + historical_data: + capcost: real + capcost_energy: real + fom: broadcast + fom_energy: broadcast + vom: broadcast + rte: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + csp: + historical_data: + capcost: real + fom: broadcast + vom: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + coal: + historical_data: + capcost: broadcast + fom: broadcast + vom: broadcast + heatrate: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + coal-ccs: + historical_data: + capcost: unavailable + fom: broadcast + vom: broadcast + heatrate: broadcast + future_smoothing_treatments: + smooth_projection_curve: true + gas: + historical_data: + capcost: + Gas-CC: real + Gas-CC_H_1x1: broadcast + Gas-CC_H_2x1: broadcast + Gas-CT: real + Gas-CT_aero: broadcast + fom: broadcast + vom: broadcast + heatrate: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + gas-ccs: + historical_data: + capcost: unavailable + fom: broadcast + vom: broadcast + heatrate: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + fuelcell: + historical_data: + capcost: unavailable + fom: broadcast + vom: broadcast + heatrate: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + nuclear: + historical_data: + capcost: real + fom: broadcast + vom: broadcast + heatrate: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + nuclear-smr: + historical_data: + capcost: unavailable + fom: broadcast + vom: broadcast + heatrate: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + biopower: + historical_data: + capcost: real + fom: broadcast + vom: broadcast + heatrate: broadcast + future_smoothing_treatments: + smooth_projection_curve: false + +# ReEDS repository files fetched by historical_data_scraper.py. Pinning `ref` +# makes the manual baseline and the deflator reproducible without a local clone. +reeds_source: + repo: ReEDS-Model/ReEDS + ref: db6a1ba95836b649176fca50030e82a6b4cf9bb5 + cache_directory: scraped_input/reeds_source + +# Prepared CSVs consumed by the pipeline. +historical_data: + directory: historical + real_filename: real.csv + atb_filename: atb.csv + manual_filename: manual.csv + dollar_year: 2022 + reference_atb_year: 2024 + +plotting: + metrics: + - CAPEX + - Fixed O&M + - Variable O&M + crp_years: 20 + figure_format: png + output_directory: figures + smoothing_comparison_directory: comparison/plot_component + technologies: + - Biopower + - Coal_FE + - CSP + - LandbasedWind + - NaturalGas_FE + - Nuclear + - OffShoreWind + - Utility-Scale Battery Storage + - UtilityPV diff --git a/atb/historical/README.md b/atb/historical/README.md new file mode 100644 index 0000000..94b738f --- /dev/null +++ b/atb/historical/README.md @@ -0,0 +1,208 @@ +# Prepared historical inputs + +Commit these CSVs with the code. `run_pipeline.py` reads them without historical +raw files or network access. `historical_data_scraper.py` is their only writer. + +| File | Contents | +| --- | --- | +| `real.csv` | All scraped observations (`scope=raw`), plus reviewed ReEDS mappings, calculated components, and annual fills (`scope=reeds`). | +| `atb.csv` | Reviewed ATB release-minus-two anchors, including CSP and offshore adjustments. Missing years are filled during formatting. | +| `manual.csv` | ReEDS ATB 2024 baseline curves, deflated to the history dollar year, including reference/projection rows needed for retired designs and broadcasting. Any 9999 here is only what ReEDS published; the placeholders in outputs (99999) come from `unavailable_value` and `unavailable_before` in `config.yaml`. | + +Each row identifies `technology`, `series`, `metric`, `year`, `value`, `unit`, +`dollar_year`, and `scenario`. `identifiers` retains ReEDS sub-technology keys +or raw source classifications. A `*` series applies to the family's single +modeled series. Monetary rows explicitly label their dollar year; dimensionless +values and durations leave it blank. + +## Coverage + +Generated by `historical_data_scraper.py` from `config.yaml` and `real.csv`; +do not edit by hand. `history` is the configured mode; anchor years count +observed or calculated points before filling. + + +| technology | metric | series | history | observed source | anchor years | cost scope | +| --- | --- | --- | --- | --- | --- | --- | +| upv | capcost | * | real | lbnl_utility_scale_solar_2025.xlsx | 2007-2024 (18) | overnight_plus_grid | +| upv | fom | * | indexed | lbnl_utility_scale_solar_2025.xlsx | 2012-2020 (3) | - | +| upv | vom | * | broadcast | - | - | - | +| upv | cf_improvement | * | real | lbnl_utility_scale_solar_2025.xlsx | 2010-2023 (14) | - | +| wind-ons | capcost | * | real | lbnl_land_based_wind_2025.xlsx | 1983-2024 (30) | overnight_plus_grid | +| wind-ons | fom | * | indexed | lbnl_land_based_wind_2025.xlsx | 2001-2021 (4) | - | +| wind-ons | vom | * | broadcast | - | - | - | +| wind-ons | cf_improvement | * | real | lbnl_land_based_wind_2025.xlsx | 2006-2023 (18) | - | +| wind-ofs | capcost | fixed | real | offshore_historical_projects.csv | 2016-2024 (3) | overnight_plus_grid | +| wind-ofs | capcost | floating | unavailable | - | - | - | +| wind-ofs | fom | * | broadcast | - | - | - | +| wind-ofs | vom | * | broadcast | - | - | - | +| wind-ofs | cf_improvement | * | broadcast | - | - | - | +| wind-ofs | rsc_mult | * | broadcast | - | - | - | +| battery | capcost | * | real | eia860_2016-2017.zip, eia_generator_costs_2015-2017.xlsx, lbnl_utility_scale_solar_2025.xlsx | 2015-2024 (10) | overnight_plus_grid | +| battery | capcost_energy | * | real | eia860_2016-2017.zip, eia_generator_costs_2015-2017.xlsx, lbnl_utility_scale_solar_2025.xlsx | 2015-2024 (10) | overnight_plus_grid | +| battery | fom | * | broadcast | - | - | - | +| battery | fom_energy | * | broadcast | - | - | - | +| battery | vom | * | broadcast | - | - | - | +| battery | rte | * | broadcast | - | - | - | +| csp | capcost | * | real | lbnl_utility_scale_solar_2025.xlsx | 2015-2015 (1) | overnight_plus_grid | +| csp | fom | * | broadcast | - | - | - | +| csp | vom | * | broadcast | - | - | - | +| coal | capcost | * | broadcast | - | - | - | +| coal | fom | * | broadcast | - | - | - | +| coal | vom | * | broadcast | - | - | - | +| coal | heatrate | * | broadcast | - | - | - | +| coal-ccs | capcost | * | unavailable | - | - | - | +| coal-ccs | fom | * | broadcast | - | - | - | +| coal-ccs | vom | * | broadcast | - | - | - | +| coal-ccs | heatrate | * | broadcast | - | - | - | +| gas | capcost | Gas-CC | real | eia_generator_costs_2013-2023.xlsx | 2013-2023 (11) | overnight_plus_grid | +| gas | capcost | Gas-CC_H_1x1 | broadcast | - | - | - | +| gas | capcost | Gas-CC_H_2x1 | broadcast | - | - | - | +| gas | capcost | Gas-CT | real | eia_generator_costs_2013-2024.xlsx | 2013-2024 (12) | overnight_plus_grid | +| gas | capcost | Gas-CT_aero | broadcast | - | - | - | +| gas | fom | * | broadcast | - | - | - | +| gas | vom | * | broadcast | - | - | - | +| gas | heatrate | * | broadcast | - | - | - | +| gas-ccs | capcost | * | unavailable | - | - | - | +| gas-ccs | fom | * | broadcast | - | - | - | +| gas-ccs | vom | * | broadcast | - | - | - | +| gas-ccs | heatrate | * | broadcast | - | - | - | +| fuelcell | capcost | * | unavailable | - | - | - | +| fuelcell | fom | * | broadcast | - | - | - | +| fuelcell | vom | * | broadcast | - | - | - | +| fuelcell | heatrate | * | broadcast | - | - | - | +| nuclear | capcost | * | real | nuclear_historical_projects.csv | 2016-2024 (2) | installed_with_financing, overnight | +| nuclear | fom | * | broadcast | - | - | - | +| nuclear | vom | * | broadcast | - | - | - | +| nuclear | heatrate | * | broadcast | - | - | - | +| nuclear-smr | capcost | * | unavailable | - | - | - | +| nuclear-smr | fom | * | broadcast | - | - | - | +| nuclear-smr | vom | * | broadcast | - | - | - | +| nuclear-smr | heatrate | * | broadcast | - | - | - | +| biopower | capcost | * | real | eia_generator_costs_2013-2021.xlsx | 2013-2021 (8) | overnight_plus_grid | +| biopower | fom | * | broadcast | - | - | - | +| biopower | vom | * | broadcast | - | - | - | +| biopower | heatrate | * | broadcast | - | - | - | + + +## Cost scope + +ReEDS `capcost` is the ATB overnight capital cost (OCC), which excludes grid +connection (GCC) and construction financing (CFC). Observed sources do not use +that boundary, so every scraped capital cost declares a `cost_scope` and +preparation rescales it onto OCC by `OCC / (OCC + removed components)`, taken +from the ATB release pinned by `historical_data.reference_atb_year` at that +release's base year. Rescaled points become `source_type=calculated` and record +the release, technology, components, and factor in `method`. A single ratio per +technology covers every history year; because `GCC` is a flat $/kW assumption, +this over-adjusts years when equipment was more expensive than it is today. + +| `cost_scope` | Meaning | Removed | Sources | +| --- | --- | --- | --- | +| `overnight` | Already OCC | none | Vogtle (MIT overnight reconstruction) | +| `overnight_plus_grid` | Includes the interconnection tie-in, excludes financing | `GCC` | LBNL wind and solar, EIA-860 generator costs, LBNL storage and CSP, US offshore projects | +| `installed_with_financing` | As-spent project cost | `GCC`, `CFC` | Watts Bar (TVA completion cost) | + +Form EIA-860 Schedule 5 asks for total construction cost including owner costs +with "the electrical interconnection costs, including a tie-in to a nearby +electrical transmission system," and instructs respondents to "exclude +financing." LBNL's utility-scale solar CapEx comes from Schedule 5B, LBNL's +recent wind CapEx is EIA-sourced, and LBNL's wind reports describe project costs +as covering "turbine purchase and installation, balance of plant, and any +substation and/or interconnection expenses." All therefore sit one component +wider than OCC. + +Fixed offshore history comes from the three completed US projects in +`manual_input/offshore_historical_projects.csv`: Block Island (2016, 30 MW), +the CVOW pilot (2020, 12 MW), and South Fork (2024, 132 MW). Each declares its +own boundary; all three include their export cable, so `GCC` is removed. The +two pilots cost far more per kW than commercial projects or ATB, and the +straight line between anchors carries that into 2017-2021. NLR's Figure 31 +Europe-and-US average remains in `real.csv` as raw rows for reference; select +it again by pointing the wind-ofs mapping back at `source_id: offshore_wind`. +Vineyard Wind 1 is added once it declares commercial operation. + +`source_type` is `real`, `calculated`, `filled`, `atb`, or `manual`. +`source_file` and `source_url` identify inputs; `sources` contains their SHA256 +checksums, locations, original dollar years, and source notes. `source_years` +identifies the actual anchors behind a fill. `method` records interpolation, +endpoint filling, deflation, component splitting, or configuration scaling. +`atb_year` identifies the release where applicable. + +The real table includes observations outside the modeled period and unmapped +technologies for review. Only `scope=reeds` rows enter outputs. Missing real +years are linearly interpolated internally and carried from the nearest +endpoint externally. When formatting applies a prepared table, years between two +anchors are interpolated, years before the first anchor carry it backward, and +years between the last anchor and the first projection year are interpolated +toward that projection value rather than held flat. These operations do not +create observed measurements. + +Real battery components prefer the LBNL storage sample (2018-2024), with EIA +for other available years. LBNL's total system $/kWh is multiplied by +`sum(MWh)/sum(MW)` from the same sample before the ATB-ratio split. Costs +retain their original dollar year (2024 for LBNL) and mapped costs use 2022 +dollars. Alternate cost statistics and reported energy-weighted durations +remain raw; the latter are not used for this conversion. + +Nuclear capital history uses Watts Bar 2 (2016) and combined Vogtle 3-4 (2024) +from `../manual_input/nuclear_historical_projects.csv`. Both are `calculated`; +source notes document their cost definitions and assumptions. + +Wind-ons and upv FOM use `indexed` history. LBNL's O&M surveys cover only part +of the operating cost (the PV sheet excludes property taxes, insurance, land +royalties, bonds, fees, and overhead), so their level is not a ReEDS FOM; their +movement is. The scraper stores median O&M by vintage bin and operating year, +and the `fom_index` mapping takes the mean over `om_index.ages` (1-3) at each +bin's midpoint year; bins with fewer available ages than `minimum_ages` stay +raw only, which drops the single-year 2023 PV bin. Formatting then scales ATB's +FOM at `index_reference_year` by the index ratio. This assumes the excluded +cost components moved in step with the included ones. + +All seven CSP project costs and 171 annual plant CF observations are retained. +Crescent Dunes remains the mapped cost proxy; the other designs lack a reviewed +configuration mapping. CSP CF rows describe operating years, not build vintages, +and remain raw because current CSP outputs have no CF column. + +ATB anchor rows always satisfy `year = atb_year - 2`; this relationship does not +apply to interpolated years in generated outputs. `manual.csv` is a ReEDS +snapshot, not a claim that every value was observed or published in that year. +Manual CF values retain their ATB 2024 normalization; real and ATB CF values +are fractions normalized to the current projection reference at runtime. + +ATB 2022-2023 H-frame combined-cycle entries map to ReEDS `Gas-CC_H_2x1` +and, for 95% capture, `Gas-CC_H_2x1-CCS_mod`. Their workbook assumptions and +[2023 documentation](https://atb.nlr.gov/electricity/2023/fossil_energy_technologies) +specify 2x1 plants (992 MW without capture; 877 MW with 95% capture). +[ATB 2024](https://atb.nlr.gov/electricity/2024/fossil_energy_technologies) +introduced separate 1x1 plants. Those keep the configured fallback for earlier +years; 97% capture and retrofit entries are not substituted for new-build 95% CCS. + +Mapping coverage was checked against the configured ATB 2015-2024 archives: + +| ReEDS series | Historical ATB mapping | +| --- | --- | +| Coal-new, Coal-IGCC, Gas-CC, Gas-CT, Nuclear, biopower | Named conventional designs; available anchors start in 2013. | +| CofireOld, CofireNew | Same-named entries on the older Biopower sheets, mapped into ReEDS coal. | +| Coal and gas 95% CCS, H-frame 2x1, Nuclear-SMR | Matching designs start with ATB 2022 (2020 anchors). | +| H-frame 1x1 | Introduced in ATB 2024; no earlier matching anchors. | +| wind-ons | Class 4 from ATB 2020 onward, including the ATB 2022 name without a technology suffix. | +| wind-ofs | Fixed Class 1 and floating Class 8 from ATB 2020 onward. | +| upv | Class 4 from ATB 2021 onward. Earlier city/CF categories are not assumed equivalent. | +| csp1-4 | Ten-hour CSP reference from ATB 2016 onward, with the documented configuration ratios. | +| battery_li | Components, VOM, and efficiency from ATB 2020 onward. | +| ng-fuel-cell | Manual by configuration. | + +The [2020 workbook](https://atb-archive.nlr.gov/electricity/2020/data.php) +supplies overnight costs and heat rates absent from its flat CSV. It also replaces +the flat CSV's slightly different CSP O&M estimates. Its battery components are +calculated as `E=(C4-C2)/2` and `P=C2-2*E`; FOM uses the ReEDS 2.5% convention. +The 2019 battery sheet has no values in its required 2017 column. + +Wind mappings preserve resource classes with each vintage's turbine assumptions; +they do not equate historical turbines with the current 115 m/170 m design. +Earlier TRGs use different definitions ([land-based](https://atb.nlr.gov/electricity/2022/land-based_wind), +[offshore](https://atb-archive.nlr.gov/electricity/2020/index.php?t=ow)). +Old coal designs and aeroderivative gas turbines lack matching archive series. +Missing cells and parameters remain gaps; later projection years are never +relabeled as release-minus-two anchors. diff --git a/atb/historical/atb.csv b/atb/historical/atb.csv new file mode 100644 index 0000000..f555d7e --- /dev/null +++ b/atb/historical/atb.csv @@ -0,0 +1,642 @@ +scope,technology,series,scenario,identifiers,metric,year,value,unit,dollar_year,source_type,source_file,source_url,source_years,sources,method,atb_year +reeds,battery,battery_li,Moderate,{},capcost,2018,340.1345600784849,USD/kW,2022,calculated,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Storage!L14,L11"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Calculated battery components: E=(C4-C2)/(4-2); P=C2-2*E; C(h)=P+h*E from ATB 2-hour and 4-hour system costs. Converted with the ReEDS deflator.,2020 +reeds,battery,battery_li,Moderate,{},capcost,2019,311.9816523050671,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage: capcost, Moderate, 2019"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,battery,battery_li,Moderate,{},capcost,2020,282.02167077372195,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage: capcost, Moderate, 2020"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,battery,battery_li,Moderate,{},capcost,2021,322.9716246333708,USD/kW,2022,atb,atb_2023_workbook.xlsx | deflator.csv,https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_workbook.xlsx"",""url"":""https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx"",""sha256"":""ec819404979d20e0e8de77e81f9e0ac7e6a9d51e52a3cb01dcca84dacd044092"",""format"":""battery"",""location"":""Utility-Scale Battery Storage: capcost, Moderate, 2021"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2023 +reeds,battery,battery_li,Moderate,{},capcost,2022,363.00560832,USD/kW,2022,atb,atb_2024_workbook.xlsx | deflator.csv,https://data.openei.org/files/6006/2024_v3_Workbook.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""format"":""battery"",""location"":""Utility-Scale Battery Storage: capcost, Moderate, 2022"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2024 +reeds,battery,battery_li,Moderate,{},capcost_energy,2018,390.66179545246285,USD/kWh,2022,calculated,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Storage!L14,L11"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Calculated battery components: E=(C4-C2)/(4-2); P=C2-2*E; C(h)=P+h*E from ATB 2-hour and 4-hour system costs. Converted with the ReEDS deflator.,2020 +reeds,battery,battery_li,Moderate,{},capcost_energy,2019,332.32828180322366,USD/kWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage: capcost_energy, Moderate, 2019"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,battery,battery_li,Moderate,{},capcost_energy,2020,417.76648793850853,USD/kWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage: capcost_energy, Moderate, 2020"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,battery,battery_li,Moderate,{},capcost_energy,2021,347.81513423497125,USD/kWh,2022,atb,atb_2023_workbook.xlsx | deflator.csv,https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_workbook.xlsx"",""url"":""https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx"",""sha256"":""ec819404979d20e0e8de77e81f9e0ac7e6a9d51e52a3cb01dcca84dacd044092"",""format"":""battery"",""location"":""Utility-Scale Battery Storage: capcost_energy, Moderate, 2021"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2023 +reeds,battery,battery_li,Moderate,{},capcost_energy,2022,390.92859792,USD/kWh,2022,atb,atb_2024_workbook.xlsx | deflator.csv,https://data.openei.org/files/6006/2024_v3_Workbook.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""format"":""battery"",""location"":""Utility-Scale Battery Storage: capcost_energy, Moderate, 2022"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2024 +reeds,battery,battery_li,Moderate,{},fom,2018,8.503364001962124,USD/kW-yr,2022,calculated,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Storage!L14,L11"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Calculated battery components: E=(C4-C2)/(4-2); P=C2-2*E; C(h)=P+h*E from ATB 2-hour and 4-hour system costs. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2020 +reeds,battery,battery_li,Moderate,{},fom,2019,7.799541307626678,USD/kW-yr,2022,calculated,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage: capcost, Moderate, 2019"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2021 +reeds,battery,battery_li,Moderate,{},fom,2020,7.05054176934305,USD/kW-yr,2022,calculated,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage: capcost, Moderate, 2020"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2022 +reeds,battery,battery_li,Moderate,{},fom,2021,8.07429061583427,USD/kW-yr,2022,calculated,atb_2023_workbook.xlsx | deflator.csv,https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_workbook.xlsx"",""url"":""https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx"",""sha256"":""ec819404979d20e0e8de77e81f9e0ac7e6a9d51e52a3cb01dcca84dacd044092"",""format"":""battery"",""location"":""Utility-Scale Battery Storage: capcost, Moderate, 2021"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2023 +reeds,battery,battery_li,Moderate,{},fom,2022,9.075140208,USD/kW-yr,2022,calculated,atb_2024_workbook.xlsx | deflator.csv,https://data.openei.org/files/6006/2024_v3_Workbook.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""format"":""battery"",""location"":""Utility-Scale Battery Storage: capcost, Moderate, 2022"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2024 +reeds,battery,battery_li,Moderate,{},fom_energy,2018,9.766544886311571,USD/kWh-yr,2022,calculated,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Storage!L14,L11"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Calculated battery components: E=(C4-C2)/(4-2); P=C2-2*E; C(h)=P+h*E from ATB 2-hour and 4-hour system costs. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2020 +reeds,battery,battery_li,Moderate,{},fom_energy,2019,8.308207045080593,USD/kWh-yr,2022,calculated,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage: capcost_energy, Moderate, 2019"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2021 +reeds,battery,battery_li,Moderate,{},fom_energy,2020,10.444162198462713,USD/kWh-yr,2022,calculated,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage: capcost_energy, Moderate, 2020"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2022 +reeds,battery,battery_li,Moderate,{},fom_energy,2021,8.695378355874281,USD/kWh-yr,2022,calculated,atb_2023_workbook.xlsx | deflator.csv,https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_workbook.xlsx"",""url"":""https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx"",""sha256"":""ec819404979d20e0e8de77e81f9e0ac7e6a9d51e52a3cb01dcca84dacd044092"",""format"":""battery"",""location"":""Utility-Scale Battery Storage: capcost_energy, Moderate, 2021"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2023 +reeds,battery,battery_li,Moderate,{},fom_energy,2022,9.773214948,USD/kWh-yr,2022,calculated,atb_2024_workbook.xlsx | deflator.csv,https://data.openei.org/files/6006/2024_v3_Workbook.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""format"":""battery"",""location"":""Utility-Scale Battery Storage: capcost_energy, Moderate, 2022"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. ReEDS FOM convention: 2.5% of capital component. Converted with the ReEDS deflator.,2024 +reeds,battery,battery_li,Moderate,{},rte,2018,0.85,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Storage!L37"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,battery,battery_li,Moderate,{},rte,2019,0.85,fraction,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage!F90"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,battery,battery_li,Moderate,{},rte,2020,0.85,fraction,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage!G90"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,battery,battery_li,Moderate,{},rte,2021,0.85,fraction,,atb,atb_2023_workbook.xlsx,https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx,[2021],"[{""file"":""atb_2023_workbook.xlsx"",""url"":""https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx"",""sha256"":""ec819404979d20e0e8de77e81f9e0ac7e6a9d51e52a3cb01dcca84dacd044092"",""format"":""battery"",""location"":""Utility-Scale Battery Storage!G97"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2.,2023 +reeds,battery,battery_li,Moderate,{},rte,2022,0.85,fraction,,atb,atb_2024_workbook.xlsx,https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2022],"[{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""format"":""battery"",""location"":""Utility-Scale Battery Storage!G173"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2.,2024 +reeds,battery,battery_li,Moderate,{},vom,2018,0.0,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Storage!L29"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,battery,battery_li,Moderate,{},vom,2019,0.0,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage!F73"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,battery,battery_li,Moderate,{},vom,2020,0.0,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Utility-Scale Battery Storage!G73"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,battery,battery_li,Moderate,{},vom,2021,0.0,USD/MWh,2022,atb,atb_2023_workbook.xlsx | deflator.csv,https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_workbook.xlsx"",""url"":""https://data.openei.org/files/5865/2023-ATB-Data_Master_v9.0.xlsx"",""sha256"":""ec819404979d20e0e8de77e81f9e0ac7e6a9d51e52a3cb01dcca84dacd044092"",""format"":""battery"",""location"":""Utility-Scale Battery Storage!G80"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2023 +reeds,battery,battery_li,Moderate,{},vom,2022,0.0,USD/MWh,2022,atb,atb_2024_workbook.xlsx | deflator.csv,https://data.openei.org/files/6006/2024_v3_Workbook.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""format"":""battery"",""location"":""Utility-Scale Battery Storage!G139"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2024 +reeds,biopower,biopower,Moderate,{},capcost,2013,4991.183178129,USD/kW,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L32"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,biopower,biopower,Moderate,{},capcost,2014,4591.177324331939,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L32"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,biopower,biopower,Moderate,{},capcost,2015,4610.514932931622,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L32"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,biopower,biopower,Moderate,{},capcost,2016,4638.667353060694,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L32"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,biopower,biopower,Moderate,{},capcost,2017,4565.526135197708,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L32"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,biopower,biopower,Moderate,{},capcost,2018,4683.546661756363,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L32"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,biopower,biopower,Moderate,{},capcost,2019,4598.4800686366625,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Biopower!L120"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,biopower,biopower,Moderate,{},capcost,2020,4617.359755540521,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Biopower!M98"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,biopower,biopower,Moderate,{},capcost,2021,5183.685350322238,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 167862"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,biopower,biopower,Moderate,{},capcost,2022,4829.860171205797,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 77102"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,biopower,biopower,Moderate,{},cf_improvement,2013,0.508,fraction,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L12"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,biopower,biopower,Moderate,{},cf_improvement,2014,0.521,fraction,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L12"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,biopower,biopower,Moderate,{},cf_improvement,2015,0.521,fraction,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L12"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,biopower,biopower,Moderate,{},cf_improvement,2016,0.556,fraction,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L12"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,biopower,biopower,Moderate,{},cf_improvement,2017,0.556,fraction,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L12"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,biopower,biopower,Moderate,{},cf_improvement,2018,0.606,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L12"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,biopower,biopower,Moderate,{},cf_improvement,2019,0.625,fraction,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Biopower!L95"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,biopower,biopower,Moderate,{},cf_improvement,2020,0.635,fraction,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Biopower!M73"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,biopower,biopower,Moderate,{},cf_improvement,2021,0.635,fraction,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 112140"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2023 +reeds,biopower,biopower,Moderate,{},cf_improvement,2022,0.6,fraction,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 77068"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,biopower,biopower,Moderate,{},fom,2013,134.53567442197587,USD/kW-yr,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L36"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,biopower,biopower,Moderate,{},fom,2014,132.477863324123,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L36"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,biopower,biopower,Moderate,{},fom,2015,133.33406194326008,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L36"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,biopower,biopower,Moderate,{},fom,2016,133.78208572684682,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L36"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,biopower,biopower,Moderate,{},fom,2017,133.25600464284082,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L36"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,biopower,biopower,Moderate,{},fom,2018,143.2585625928339,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L36"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,biopower,biopower,Moderate,{},fom,2019,171.4594004287793,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Biopower!L125"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,biopower,biopower,Moderate,{},fom,2020,170.5751461497721,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Biopower!M103"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,biopower,biopower,Moderate,{},fom,2021,169.79760015583363,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 136774"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,biopower,biopower,Moderate,{},fom,2022,163.66601999999995,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 77168"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,biopower,biopower,Moderate,{},heatrate,2013,13.5,MMBtu/MWh,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L20"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,biopower,biopower,Moderate,{},heatrate,2014,13.5,MMBtu/MWh,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L20"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,biopower,biopower,Moderate,{},heatrate,2015,13.5,MMBtu/MWh,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L20"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,biopower,biopower,Moderate,{},heatrate,2016,13.5,MMBtu/MWh,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L20"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,biopower,biopower,Moderate,{},heatrate,2017,13.5,MMBtu/MWh,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L20"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,biopower,biopower,Moderate,{},heatrate,2018,13.5,MMBtu/MWh,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L20"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,biopower,biopower,Moderate,{},heatrate,2019,13.5,MMBtu/MWh,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Biopower!L105"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,biopower,biopower,Moderate,{},heatrate,2020,13.5,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Biopower!M83"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,biopower,biopower,Moderate,{},heatrate,2021,13.5,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 153518"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,biopower,biopower,Moderate,{},heatrate,2022,13.5,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 77248"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,biopower,biopower,Moderate,{},vom,2013,6.70043370092661,USD/MWh,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L40"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,biopower,biopower,Moderate,{},vom,2014,6.594915060032257,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L40"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,biopower,biopower,Moderate,{},vom,2015,6.634076491467263,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L40"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,biopower,biopower,Moderate,{},vom,2016,6.656299940756178,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L40"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,biopower,biopower,Moderate,{},vom,2017,6.640084154770458,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L40"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,biopower,biopower,Moderate,{},vom,2018,5.504223069506598,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L40"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,biopower,biopower,Moderate,{},vom,2019,5.4841860034793415,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Biopower!L130"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,biopower,biopower,Moderate,{},vom,2020,6.558408005758557,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Biopower!M108"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,biopower,biopower,Moderate,{},vom,2021,5.443200004995558,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 182806"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,biopower,biopower,Moderate,{},vom,2022,5.246639999999999,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 77179"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2013,4802.692700497316,USD/kW,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L33"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2014,4684.227365131339,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L49"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2015,4712.316602221921,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L59"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2016,4749.531340727397,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L59"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2017,4836.777479758544,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L59"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2018,4794.4654746487,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L59"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2019,5417.254057516879,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Coal_FE!L187"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2021,5402.592004958289,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 168642"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal,Coal-IGCC,Moderate,{},capcost,2022,5603.2,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 56013"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal,Coal-IGCC,Moderate,{},cf_improvement,2013,0.597,fraction,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L13"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,coal,Coal-IGCC,Moderate,{},cf_improvement,2014,0.609,fraction,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L14"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,coal,Coal-IGCC,Moderate,{},cf_improvement,2015,0.55,fraction,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L14"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,coal,Coal-IGCC,Moderate,{},cf_improvement,2016,0.533,fraction,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L14"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,coal,Coal-IGCC,Moderate,{},cf_improvement,2017,0.537,fraction,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L14"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,coal,Coal-IGCC,Moderate,{},cf_improvement,2018,0.536,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L14"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,coal,Coal-IGCC,Moderate,{},fom,2013,65.44843105624194,USD/kW-yr,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L37"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,Coal-IGCC,Moderate,{},fom,2014,65.44843105688821,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L56"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,Coal-IGCC,Moderate,{},fom,2015,64.80644440415426,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L68"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,Coal-IGCC,Moderate,{},fom,2016,65.31824254624706,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L68"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,Coal-IGCC,Moderate,{},fom,2017,64.41580586354162,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L68"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,Coal-IGCC,Moderate,{},fom,2018,65.31824252858287,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L68"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,Coal-IGCC,Moderate,{},fom,2019,163.52463135174526,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Coal_FE!L213"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,coal,Coal-IGCC,Moderate,{},fom,2021,162.10800014877643,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 137554"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal,Coal-IGCC,Moderate,{},fom,2022,167.5,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 56246"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2013,8.7,MMBtu/MWh,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L21"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2014,8.366666666666665,MMBtu/MWh,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L28"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2015,8.789285714285715,MMBtu/MWh,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L32"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2016,8.789285714285715,MMBtu/MWh,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L32"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2017,8.7,MMBtu/MWh,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L32"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2018,8.7,MMBtu/MWh,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L32"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2019,8.554,MMBtu/MWh,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Coal_FE!L109"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2020,8.308,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M89"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2021,8.308,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 153848"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,coal,Coal-IGCC,Moderate,{},heatrate,2022,8.308,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 55892"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,coal,Coal-IGCC,Moderate,{},vom,2013,9.197411802957314,USD/MWh,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L41"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,Coal-IGCC,Moderate,{},vom,2014,9.197411803048132,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L63"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,Coal-IGCC,Moderate,{},vom,2015,9.108478267432233,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L77"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,Coal-IGCC,Moderate,{},vom,2016,9.180410963284093,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L77"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,Coal-IGCC,Moderate,{},vom,2017,9.543082350154314,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L77"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,Coal-IGCC,Moderate,{},vom,2018,9.180410960801408,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L77"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,Coal-IGCC,Moderate,{},vom,2019,16.432566173625343,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Coal_FE!L239"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,coal,Coal-IGCC,Moderate,{},vom,2021,15.951600014639759,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183136"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal,Coal-IGCC,Moderate,{},vom,2022,16.44,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 56376"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal,Coal-new,Moderate,{},capcost,2013,3725.240375656741,USD/kW,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L32"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,Coal-new,Moderate,{},capcost,2014,4365.314801302246,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L47"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,Coal-new,Moderate,{},capcost,2015,4391.491660978521,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L57"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,Coal-new,Moderate,{},capcost,2016,4426.172737741324,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L57"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,Coal-new,Moderate,{},capcost,2017,4426.835032738655,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L57"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,Coal-new,Moderate,{},capcost,2018,4197.4032608443995,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L57"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,Coal-new,Moderate,{},capcost,2019,2983.2660177326793,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Coal_FE!L181"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,coal,Coal-new,Moderate,{},capcost,2020,2903.791682549651,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M122"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,coal,Coal-new,Moderate,{},capcost,2021,3085.2360028315097,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 168672"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal,Coal-new,Moderate,{},capcost,2022,3201.2,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 55943"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal,Coal-new,Moderate,{},cf_improvement,2013,0.597,fraction,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L12"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,coal,Coal-new,Moderate,{},cf_improvement,2014,0.609,fraction,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L12"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,coal,Coal-new,Moderate,{},cf_improvement,2015,0.55,fraction,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L12"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,coal,Coal-new,Moderate,{},cf_improvement,2016,0.533,fraction,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L12"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,coal,Coal-new,Moderate,{},cf_improvement,2017,0.537,fraction,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L12"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,coal,Coal-new,Moderate,{},cf_improvement,2018,0.536,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L12"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,coal,Coal-new,Moderate,{},fom,2013,39.71324468807626,USD/kW-yr,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L36"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,Coal-new,Moderate,{},fom,2014,39.7132446884684,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L54"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,Coal-new,Moderate,{},fom,2015,39.310274627865425,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L66"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,Coal-new,Moderate,{},fom,2016,39.620720999436614,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L66"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,Coal-new,Moderate,{},fom,2017,39.365214694386545,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L66"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,Coal-new,Moderate,{},fom,2018,46.242339758578304,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L66"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,Coal-new,Moderate,{},fom,2019,82.16283086812672,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Coal_FE!L207"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,coal,Coal-new,Moderate,{},fom,2020,83.19001327304431,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M136"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,coal,Coal-new,Moderate,{},fom,2021,83.80800007691572,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 137584"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal,Coal-new,Moderate,{},fom,2022,86.5,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 56179"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal,Coal-new,Moderate,{},heatrate,2013,8.8,MMBtu/MWh,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L20"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,coal,Coal-new,Moderate,{},heatrate,2014,8.784,MMBtu/MWh,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L26"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,coal,Coal-new,Moderate,{},heatrate,2015,8.804285714285713,MMBtu/MWh,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L30"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,coal,Coal-new,Moderate,{},heatrate,2016,8.804285714285713,MMBtu/MWh,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L30"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,coal,Coal-new,Moderate,{},heatrate,2017,8.8,MMBtu/MWh,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L30"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,coal,Coal-new,Moderate,{},heatrate,2018,8.638,MMBtu/MWh,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L30"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,coal,Coal-new,Moderate,{},heatrate,2019,8.473,MMBtu/MWh,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Coal_FE!L103"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,coal,Coal-new,Moderate,{},heatrate,2020,8.489,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M80"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,coal,Coal-new,Moderate,{},heatrate,2021,8.49,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 153878"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,coal,Coal-new,Moderate,{},heatrate,2022,8.49,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 55807"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,coal,Coal-new,Moderate,{},vom,2013,5.696623408652961,USD/MWh,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Coal!L40"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,Coal-new,Moderate,{},vom,2014,5.696623408709211,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Coal!L61"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,Coal-new,Moderate,{},vom,2015,5.639182528451811,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Coal!L75"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,Coal-new,Moderate,{},vom,2016,5.68371703682547,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Coal!L75"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,Coal-new,Moderate,{},vom,2017,5.964426468846447,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Coal!L75"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,Coal-new,Moderate,{},vom,2018,5.12659445974835,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Coal!L75"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,Coal-new,Moderate,{},vom,2019,8.994426888906352,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Coal_FE!L233"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,coal,Coal-new,Moderate,{},vom,2020,9.000849607903124,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M150"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,coal,Coal-new,Moderate,{},vom,2021,9.136800008385402,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183166"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal,Coal-new,Moderate,{},vom,2022,9.3,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 56295"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal,CofireNew,Moderate,{},capcost,2013,4089.3223686643937,USD/kW,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L34"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,CofireNew,Moderate,{},capcost,2014,4729.40708336899,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L34"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,CofireNew,Moderate,{},capcost,2015,4757.76067957057,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L34"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,CofireNew,Moderate,{},capcost,2016,4790.265019969035,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L34"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,CofireNew,Moderate,{},capcost,2017,4787.2507277325985,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L34"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,CofireNew,Moderate,{},capcost,2018,4561.495542896492,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L34"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,CofireNew,Moderate,{},cf_improvement,2013,0.508,fraction,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L14"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,coal,CofireNew,Moderate,{},cf_improvement,2014,0.521,fraction,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L14"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,coal,CofireNew,Moderate,{},cf_improvement,2015,0.521,fraction,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L14"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,coal,CofireNew,Moderate,{},cf_improvement,2016,0.556,fraction,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L14"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,coal,CofireNew,Moderate,{},cf_improvement,2017,0.556,fraction,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L14"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,coal,CofireNew,Moderate,{},cf_improvement,2018,0.606,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L14"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,coal,CofireNew,Moderate,{},fom,2013,39.71324468807626,USD/kW-yr,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L38"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,CofireNew,Moderate,{},fom,2014,39.09841088444472,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L38"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,CofireNew,Moderate,{},fom,2015,39.310274627865425,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L38"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,CofireNew,Moderate,{},fom,2016,39.620720999436614,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L38"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,CofireNew,Moderate,{},fom,2017,39.62072099036793,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L38"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,CofireNew,Moderate,{},fom,2018,46.242339758578304,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L38"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,CofireNew,Moderate,{},heatrate,2013,10.08,MMBtu/MWh,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L22"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,coal,CofireNew,Moderate,{},heatrate,2014,9.876160990712076,MMBtu/MWh,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L22"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,coal,CofireNew,Moderate,{},heatrate,2015,8.804285714285713,MMBtu/MWh,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L22"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,coal,CofireNew,Moderate,{},heatrate,2016,9.669762641898863,MMBtu/MWh,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L22"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,coal,CofireNew,Moderate,{},heatrate,2017,9.669762641898863,MMBtu/MWh,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L22"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,coal,CofireNew,Moderate,{},heatrate,2018,9.669762641898863,MMBtu/MWh,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L22"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,coal,CofireNew,Moderate,{},vom,2013,5.696623408652961,USD/MWh,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L42"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,CofireNew,Moderate,{},vom,2014,5.6087900081344,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L42"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,CofireNew,Moderate,{},vom,2015,5.639182528451811,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L42"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,CofireNew,Moderate,{},vom,2016,5.68371703682547,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L42"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,CofireNew,Moderate,{},vom,2017,5.6837170355245386,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L42"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,CofireNew,Moderate,{},vom,2018,5.12659445974835,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L42"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,CofireOld,Moderate,{},capcost,2013,4789.116166294315,USD/kW,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L33"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,CofireOld,Moderate,{},capcost,2014,4729.40708336899,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L33"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,CofireOld,Moderate,{},capcost,2015,4757.76067957057,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L33"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,CofireOld,Moderate,{},capcost,2016,4790.265019969035,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L33"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,CofireOld,Moderate,{},capcost,2017,4787.2507277325985,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L33"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,CofireOld,Moderate,{},capcost,2018,4561.495542896492,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L33"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,CofireOld,Moderate,{},cf_improvement,2013,0.508,fraction,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L13"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,coal,CofireOld,Moderate,{},cf_improvement,2014,0.521,fraction,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L13"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,coal,CofireOld,Moderate,{},cf_improvement,2015,0.521,fraction,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L13"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,coal,CofireOld,Moderate,{},cf_improvement,2016,0.556,fraction,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L13"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,coal,CofireOld,Moderate,{},cf_improvement,2017,0.556,fraction,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L13"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,coal,CofireOld,Moderate,{},cf_improvement,2018,0.606,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L13"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,coal,CofireOld,Moderate,{},fom,2013,42.05965124626592,USD/kW-yr,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L37"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,CofireOld,Moderate,{},fom,2014,42.059651246681234,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L37"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,CofireOld,Moderate,{},fom,2015,39.310274627865425,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L37"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,CofireOld,Moderate,{},fom,2016,39.620720999436614,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L37"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,CofireOld,Moderate,{},fom,2017,39.62072099036793,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L37"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,CofireOld,Moderate,{},fom,2018,46.242339758578304,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L37"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal,CofireOld,Moderate,{},heatrate,2013,10.74,MMBtu/MWh,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L21"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,coal,CofireOld,Moderate,{},heatrate,2014,10.74,MMBtu/MWh,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L21"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,coal,CofireOld,Moderate,{},heatrate,2015,8.804285714285713,MMBtu/MWh,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L21"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,coal,CofireOld,Moderate,{},heatrate,2016,9.669762641898863,MMBtu/MWh,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L21"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,coal,CofireOld,Moderate,{},heatrate,2017,9.669762641898863,MMBtu/MWh,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L21"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,coal,CofireOld,Moderate,{},heatrate,2018,9.669762641898863,MMBtu/MWh,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L21"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,coal,CofireOld,Moderate,{},vom,2013,7.90500605165499,USD/MWh,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Biopower!L41"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,coal,CofireOld,Moderate,{},vom,2014,7.905006051733047,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Biopower!L41"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,coal,CofireOld,Moderate,{},vom,2015,5.639182528451811,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Biopower!L41"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,coal,CofireOld,Moderate,{},vom,2016,5.68371703682547,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Biopower!L41"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,coal,CofireOld,Moderate,{},vom,2017,5.6837170355245386,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Biopower!L41"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,coal,CofireOld,Moderate,{},vom,2018,5.12659445974835,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Biopower!L41"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},capcost,2020,4845.306604254382,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M125"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},capcost,2021,5125.032004703555,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 168402"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},capcost,2022,5312.5,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 55970"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},fom,2020,129.94693931409887,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M139"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},fom,2021,131.86800012102333,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 137314"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},fom,2022,137.2,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 56198"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},heatrate,2020,10.938,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M83"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},heatrate,2021,10.938,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 153608"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},heatrate,2022,10.938,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 55833"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},vom,2020,15.86456281392975,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Coal_FE!M153"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},vom,2021,15.865200014560465,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 182896"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,coal-ccs,coal-CCS_mod,Moderate,{},vom,2022,16.12,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 56320"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,csp,csp1,Moderate,{},capcost,2014,11106.30005035766,USD/kW,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2016 +reeds,csp,csp1,Moderate,{},capcost,2015,11010.25707582726,USD/kW,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2017 +reeds,csp,csp1,Moderate,{},capcost,2016,10510.26299340074,USD/kW,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2018 +reeds,csp,csp1,Moderate,{},capcost,2017,8434.196171455365,USD/kW,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2019 +reeds,csp,csp1,Moderate,{},capcost,2018,8452.639003158672,USD/kW,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2020 +reeds,csp,csp1,Moderate,{},capcost,2019,8344.474507575453,USD/kW,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L140"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2021 +reeds,csp,csp1,Moderate,{},capcost,2020,7909.725963856298,USD/kW,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M123"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2022 +reeds,csp,csp1,Moderate,{},capcost,2021,8256.631628928335,USD/kW,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 169662"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2023 +reeds,csp,csp1,Moderate,{},capcost,2022,8233.260435944014,USD/kW,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13082"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2024 +reeds,csp,csp1,Moderate,{},cf_improvement,2014,0.56,fraction,,atb,atb_2016_workbook.xlsm | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2014},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2016 +reeds,csp,csp1,Moderate,{},cf_improvement,2015,0.56,fraction,,atb,atb_2017_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2015},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2017 +reeds,csp,csp1,Moderate,{},cf_improvement,2016,0.559,fraction,,atb,atb_2018_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2016},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2018 +reeds,csp,csp1,Moderate,{},cf_improvement,2017,0.612,fraction,,atb,atb_2019_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2017},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2019 +reeds,csp,csp1,Moderate,{},cf_improvement,2018,0.612,fraction,,atb,atb_2020_workbook.xlsm | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2018},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2020 +reeds,csp,csp1,Moderate,{},cf_improvement,2019,0.638,fraction,,atb,atb_2021_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L96"",""dollar_year"":2019},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2021 +reeds,csp,csp1,Moderate,{},cf_improvement,2020,0.63,fraction,,atb,atb_2022_workbook.xlsx | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M79"",""dollar_year"":2020},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2022 +reeds,csp,csp1,Moderate,{},cf_improvement,2021,0.666,fraction,,atb,atb_2023_flat_file.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 124294"",""dollar_year"":2021},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. CSP configuration ratio=1.,2023 +reeds,csp,csp1,Moderate,{},cf_improvement,2022,0.666,fraction,,atb,atb_2024_flat_file.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13029"",""dollar_year"":2022},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. CSP configuration ratio=1.,2024 +reeds,csp,csp1,Moderate,{},fom,2014,91.3438096056731,USD/kW-yr,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2016 +reeds,csp,csp1,Moderate,{},fom,2015,91.25255714039959,USD/kW-yr,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2017 +reeds,csp,csp1,Moderate,{},fom,2016,91.23100832480155,USD/kW-yr,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2018 +reeds,csp,csp1,Moderate,{},fom,2017,88.2286950042023,USD/kW-yr,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2019 +reeds,csp,csp1,Moderate,{},fom,2018,88.77176935423329,USD/kW-yr,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2020 +reeds,csp,csp1,Moderate,{},fom,2019,84.13986147452988,USD/kW-yr,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L151"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2021 +reeds,csp,csp1,Moderate,{},fom,2020,83.63375738777889,USD/kW-yr,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M134"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2022 +reeds,csp,csp1,Moderate,{},fom,2021,83.63375739110076,USD/kW-yr,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 138754"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2023 +reeds,csp,csp1,Moderate,{},fom,2022,83.63375731434493,USD/kW-yr,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13236"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2024 +reeds,csp,csp1,Moderate,{},vom,2014,5.535988460949885,USD/MWh,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2016 +reeds,csp,csp1,Moderate,{},vom,2015,5.530458008509066,USD/MWh,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2017 +reeds,csp,csp1,Moderate,{},vom,2016,5.529152019684942,USD/MWh,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2018 +reeds,csp,csp1,Moderate,{},vom,2017,4.67879443204103,USD/MWh,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2019 +reeds,csp,csp1,Moderate,{},vom,2018,5.482962224820292,USD/MWh,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2020 +reeds,csp,csp1,Moderate,{},vom,2019,4.488527718477241,USD/MWh,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L162"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2021 +reeds,csp,csp1,Moderate,{},vom,2020,4.435123497836758,USD/MWh,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M145"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2022 +reeds,csp,csp1,Moderate,{},vom,2021,4.435123498012918,USD/MWh,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183436"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2023 +reeds,csp,csp1,Moderate,{},vom,2022,4.435123493942534,USD/MWh,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13289"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=1.120642878353.,2024 +reeds,csp,csp2,Moderate,{},capcost,2014,9910.650631787801,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2016 +reeds,csp,csp2,Moderate,{},capcost,2015,9824.947169618343,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2017 +reeds,csp,csp2,Moderate,{},capcost,2016,9378.779981047655,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2018 +reeds,csp,csp2,Moderate,{},capcost,2017,7526.212261171942,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2019 +reeds,csp,csp2,Moderate,{},capcost,2018,7542.669628687998,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2020 +reeds,csp,csp2,Moderate,{},capcost,2019,7446.149588564075,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L140"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2021 +reeds,csp,csp2,Moderate,{},capcost,2020,7058.203926197399,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M123"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2022 +reeds,csp,csp2,Moderate,{},capcost,2021,7367.763440448612,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 169662"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2023 +reeds,csp,csp2,Moderate,{},capcost,2022,7346.908274689946,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13082"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2024 +reeds,csp,csp2,Moderate,{},cf_improvement,2014,0.56,fraction,,atb,atb_2016_workbook.xlsm | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2014},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2016 +reeds,csp,csp2,Moderate,{},cf_improvement,2015,0.56,fraction,,atb,atb_2017_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2015},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2017 +reeds,csp,csp2,Moderate,{},cf_improvement,2016,0.559,fraction,,atb,atb_2018_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2016},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2018 +reeds,csp,csp2,Moderate,{},cf_improvement,2017,0.612,fraction,,atb,atb_2019_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2017},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2019 +reeds,csp,csp2,Moderate,{},cf_improvement,2018,0.612,fraction,,atb,atb_2020_workbook.xlsm | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2018},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2020 +reeds,csp,csp2,Moderate,{},cf_improvement,2019,0.638,fraction,,atb,atb_2021_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L96"",""dollar_year"":2019},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2021 +reeds,csp,csp2,Moderate,{},cf_improvement,2020,0.63,fraction,,atb,atb_2022_workbook.xlsx | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M79"",""dollar_year"":2020},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2022 +reeds,csp,csp2,Moderate,{},cf_improvement,2021,0.666,fraction,,atb,atb_2023_flat_file.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 124294"",""dollar_year"":2021},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. CSP configuration ratio=1.,2023 +reeds,csp,csp2,Moderate,{},cf_improvement,2022,0.666,fraction,,atb,atb_2024_flat_file.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13029"",""dollar_year"":2022},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. CSP configuration ratio=1.,2024 +reeds,csp,csp2,Moderate,{},fom,2014,81.51018613523014,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2016 +reeds,csp,csp2,Moderate,{},fom,2015,81.42875745974735,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2017 +reeds,csp,csp2,Moderate,{},fom,2016,81.40952848322478,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2018 +reeds,csp,csp2,Moderate,{},fom,2017,78.73042938877309,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2019 +reeds,csp,csp2,Moderate,{},fom,2018,79.21503903607584,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2020 +reeds,csp,csp2,Moderate,{},fom,2019,75.08177948553028,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L151"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2021 +reeds,csp,csp2,Moderate,{},fom,2020,74.63016006552841,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M134"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2022 +reeds,csp,csp2,Moderate,{},fom,2021,74.63016006849267,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 138754"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2023 +reeds,csp,csp2,Moderate,{},fom,2022,74.63016,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13236"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2024 +reeds,csp,csp2,Moderate,{},vom,2014,4.940011280923039,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2016 +reeds,csp,csp2,Moderate,{},vom,2015,4.935076209681657,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2017 +reeds,csp,csp2,Moderate,{},vom,2016,4.933910817165137,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2018 +reeds,csp,csp2,Moderate,{},vom,2017,4.175098528192512,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2019 +reeds,csp,csp2,Moderate,{},vom,2018,4.892693587522332,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2020 +reeds,csp,csp2,Moderate,{},vom,2019,4.0053149894406985,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L162"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2021 +reeds,csp,csp2,Moderate,{},vom,2020,3.9576600034749916,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M145"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2022 +reeds,csp,csp2,Moderate,{},vom,2021,3.9576600036321867,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183436"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2023 +reeds,csp,csp2,Moderate,{},vom,2022,3.95766,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13289"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=1.0.,2024 +reeds,csp,csp3,Moderate,{},capcost,2014,7029.477043834658,USD/kW,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2016 +reeds,csp,csp3,Moderate,{},capcost,2015,6968.688853202144,USD/kW,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2017 +reeds,csp,csp3,Moderate,{},capcost,2016,6652.229104362816,USD/kW,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2018 +reeds,csp,csp3,Moderate,{},capcost,2017,5338.230382901855,USD/kW,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2019 +reeds,csp,csp3,Moderate,{},capcost,2018,5349.9033488305495,USD/kW,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2020 +reeds,csp,csp3,Moderate,{},capcost,2019,5281.443120382489,USD/kW,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L140"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2021 +reeds,csp,csp3,Moderate,{},capcost,2020,5006.279033867833,USD/kW,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M123"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2022 +reeds,csp,csp3,Moderate,{},capcost,2021,5225.844991742484,USD/kW,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 169662"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2023 +reeds,csp,csp3,Moderate,{},capcost,2022,5211.052732950141,USD/kW,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13082"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2024 +reeds,csp,csp3,Moderate,{},cf_improvement,2014,0.56,fraction,,atb,atb_2016_workbook.xlsm | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2014},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2016 +reeds,csp,csp3,Moderate,{},cf_improvement,2015,0.56,fraction,,atb,atb_2017_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2015},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2017 +reeds,csp,csp3,Moderate,{},cf_improvement,2016,0.559,fraction,,atb,atb_2018_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2016},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2018 +reeds,csp,csp3,Moderate,{},cf_improvement,2017,0.612,fraction,,atb,atb_2019_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2017},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2019 +reeds,csp,csp3,Moderate,{},cf_improvement,2018,0.612,fraction,,atb,atb_2020_workbook.xlsm | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2018},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2020 +reeds,csp,csp3,Moderate,{},cf_improvement,2019,0.638,fraction,,atb,atb_2021_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L96"",""dollar_year"":2019},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2021 +reeds,csp,csp3,Moderate,{},cf_improvement,2020,0.63,fraction,,atb,atb_2022_workbook.xlsx | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M79"",""dollar_year"":2020},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2022 +reeds,csp,csp3,Moderate,{},cf_improvement,2021,0.666,fraction,,atb,atb_2023_flat_file.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 124294"",""dollar_year"":2021},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. CSP configuration ratio=1.,2023 +reeds,csp,csp3,Moderate,{},cf_improvement,2022,0.666,fraction,,atb,atb_2024_flat_file.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13029"",""dollar_year"":2022},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. CSP configuration ratio=1.,2024 +reeds,csp,csp3,Moderate,{},fom,2014,57.81396232841782,USD/kW-yr,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2016 +reeds,csp,csp3,Moderate,{},fom,2015,57.75620618038247,USD/kW-yr,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2017 +reeds,csp,csp3,Moderate,{},fom,2016,57.74256735342107,USD/kW-yr,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2018 +reeds,csp,csp3,Moderate,{},fom,2017,55.842322224993104,USD/kW-yr,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2019 +reeds,csp,csp3,Moderate,{},fom,2018,56.18604863786949,USD/kW-yr,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2020 +reeds,csp,csp3,Moderate,{},fom,2019,53.254389132732726,USD/kW-yr,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L151"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2021 +reeds,csp,csp3,Moderate,{},fom,2020,52.934062197256814,USD/kW-yr,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M134"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2022 +reeds,csp,csp3,Moderate,{},fom,2021,52.93406219935932,USD/kW-yr,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 138754"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2023 +reeds,csp,csp3,Moderate,{},fom,2022,52.93406215077849,USD/kW-yr,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13236"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2024 +reeds,csp,csp3,Moderate,{},vom,2014,3.5038765047525953,USD/MWh,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2016 +reeds,csp,csp3,Moderate,{},vom,2015,3.5003761321443925,USD/MWh,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2017 +reeds,csp,csp3,Moderate,{},vom,2016,3.499549536570974,USD/MWh,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2018 +reeds,csp,csp3,Moderate,{},vom,2017,2.96133526950721,USD/MWh,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2019 +reeds,csp,csp3,Moderate,{},vom,2018,3.4703147688095863,USD/MWh,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2020 +reeds,csp,csp3,Moderate,{},vom,2019,2.840910331486608,USD/MWh,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L162"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2021 +reeds,csp,csp3,Moderate,{},vom,2020,2.807109358945437,USD/MWh,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M145"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2022 +reeds,csp,csp3,Moderate,{},vom,2021,2.807109359056933,USD/MWh,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183436"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2023 +reeds,csp,csp3,Moderate,{},vom,2022,2.807109356480677,USD/MWh,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13289"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=0.709285122138.,2024 +reeds,csp,csp4,Moderate,{},capcost,2014,6071.123564232652,USD/kW,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2016 +reeds,csp,csp4,Moderate,{},capcost,2015,6018.622842731639,USD/kW,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2017 +reeds,csp,csp4,Moderate,{},capcost,2016,5745.307171262924,USD/kW,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2018 +reeds,csp,csp4,Moderate,{},capcost,2017,4610.4505451601335,USD/kW,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2019 +reeds,csp,csp4,Moderate,{},capcost,2018,4620.532094338297,USD/kW,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L59"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2020 +reeds,csp,csp4,Moderate,{},capcost,2019,4561.405291085085,USD/kW,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L140"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2021 +reeds,csp,csp4,Moderate,{},capcost,2020,4323.7552981692015,USD/kW,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M123"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2022 +reeds,csp,csp4,Moderate,{},capcost,2021,4513.387052059806,USD/kW,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 169662"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2023 +reeds,csp,csp4,Moderate,{},capcost,2022,4500.611474251897,USD/kW,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13082"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2024 +reeds,csp,csp4,Moderate,{},cf_improvement,2014,0.56,fraction,,atb,atb_2016_workbook.xlsm | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2014},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2016 +reeds,csp,csp4,Moderate,{},cf_improvement,2015,0.56,fraction,,atb,atb_2017_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2015},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2017 +reeds,csp,csp4,Moderate,{},cf_improvement,2016,0.559,fraction,,atb,atb_2018_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2016},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2018 +reeds,csp,csp4,Moderate,{},cf_improvement,2017,0.612,fraction,,atb,atb_2019_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2017},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2019 +reeds,csp,csp4,Moderate,{},cf_improvement,2018,0.612,fraction,,atb,atb_2020_workbook.xlsm | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L19"",""dollar_year"":2018},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2020 +reeds,csp,csp4,Moderate,{},cf_improvement,2019,0.638,fraction,,atb,atb_2021_workbook.xlsm | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L96"",""dollar_year"":2019},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2021 +reeds,csp,csp4,Moderate,{},cf_improvement,2020,0.63,fraction,,atb,atb_2022_workbook.xlsx | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M79"",""dollar_year"":2020},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. CSP configuration ratio=1.,2022 +reeds,csp,csp4,Moderate,{},cf_improvement,2021,0.666,fraction,,atb,atb_2023_flat_file.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 124294"",""dollar_year"":2021},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. CSP configuration ratio=1.,2023 +reeds,csp,csp4,Moderate,{},cf_improvement,2022,0.666,fraction,,atb,atb_2024_flat_file.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13029"",""dollar_year"":2022},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. CSP configuration ratio=1.,2024 +reeds,csp,csp4,Moderate,{},fom,2014,49.931980266094484,USD/kW-yr,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2016 +reeds,csp,csp4,Moderate,{},fom,2015,49.8820982180943,USD/kW-yr,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2017 +reeds,csp,csp4,Moderate,{},fom,2016,49.870318820674335,USD/kW-yr,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2018 +reeds,csp,csp4,Moderate,{},fom,2017,48.22914083473358,USD/kW-yr,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2019 +reeds,csp,csp4,Moderate,{},fom,2018,48.52600580944649,USD/kW-yr,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L69"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2020 +reeds,csp,csp4,Moderate,{},fom,2019,45.9940298184938,USD/kW-yr,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L151"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2021 +reeds,csp,csp4,Moderate,{},fom,2020,45.71737418762693,USD/kW-yr,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M134"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2022 +reeds,csp,csp4,Moderate,{},fom,2021,45.71737418944279,USD/kW-yr,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 138754"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2023 +reeds,csp,csp4,Moderate,{},fom,2022,45.71737414748516,USD/kW-yr,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13236"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2024 +reeds,csp,csp4,Moderate,{},vom,2014,3.0261806221875442,USD/MWh,2022,calculated,atb_2016_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2016 +reeds,csp,csp4,Moderate,{},vom,2015,3.023157467763291,USD/MWh,2022,calculated,atb_2017_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2017 +reeds,csp,csp4,Moderate,{},vom,2016,3.0224435648893535,USD/MWh,2022,calculated,atb_2018_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2018 +reeds,csp,csp4,Moderate,{},vom,2017,2.5576059533570836,USD/MWh,2022,calculated,atb_2019_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2019 +reeds,csp,csp4,Moderate,{},vom,2018,2.997194476465813,USD/MWh,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Solar - CSP!L79"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2020 +reeds,csp,csp4,Moderate,{},vom,2019,2.4535989732675234,USD/MWh,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - CSP!L162"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2021 +reeds,csp,csp4,Moderate,{},vom,2020,2.42440620691961,USD/MWh,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | csp_cost_ratios_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - CSP!M145"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2022 +reeds,csp,csp4,Moderate,{},vom,2021,2.4244062070159056,USD/MWh,2022,calculated,atb_2023_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183436"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2023 +reeds,csp,csp4,Moderate,{},vom,2022,2.4244062047908796,USD/MWh,2022,calculated,atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 13289"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. CSP configuration ratio=0.61258577159.,2024 +reeds,gas,Gas-CC,Moderate,{},capcost,2013,1232.8296104558826,USD/kW,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L33"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,gas,Gas-CC,Moderate,{},capcost,2014,1255.5891367393906,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L49"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,gas,Gas-CC,Moderate,{},capcost,2015,1246.457176857647,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L49"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,gas,Gas-CC,Moderate,{},capcost,2016,1256.3008656015566,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L49"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,gas,Gas-CC,Moderate,{},capcost,2017,1081.2759933163813,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L49"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,gas,Gas-CC,Moderate,{},capcost,2018,1216.592096686377,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L49"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,gas,Gas-CC,Moderate,{},capcost,2019,1099.700285017685,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Natural Gas_FE!L157"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,gas,Gas-CC,Moderate,{},capcost,2020,1070.558338539995,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M158"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CC,Moderate,{},capcost,2021,1205.7120011065558,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 176232"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CC,Moderate,{},capcost,2022,1245.4,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64331"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CC,Moderate,{},cf_improvement,2013,0.465,fraction,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L13"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,gas,Gas-CC,Moderate,{},cf_improvement,2014,0.478,fraction,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L14"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,gas,Gas-CC,Moderate,{},cf_improvement,2015,0.56,fraction,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L14"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,gas,Gas-CC,Moderate,{},cf_improvement,2016,0.555,fraction,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L14"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,gas,Gas-CC,Moderate,{},cf_improvement,2017,0.513,fraction,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L14"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,gas,Gas-CC,Moderate,{},cf_improvement,2018,0.55,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L14"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,gas,Gas-CC,Moderate,{},fom,2013,18.168966290153058,USD/kW-yr,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L37"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,gas,Gas-CC,Moderate,{},fom,2014,17.892918459954483,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L56"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,gas,Gas-CC,Moderate,{},fom,2015,12.609578905001982,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L56"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,gas,Gas-CC,Moderate,{},fom,2016,12.650548543318864,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L56"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,gas,Gas-CC,Moderate,{},fom,2017,12.596868702203695,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L56"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,gas,Gas-CC,Moderate,{},fom,2018,14.984989832679604,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L56"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,gas,Gas-CC,Moderate,{},fom,2019,31.24018499581977,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Natural Gas_FE!L177"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,gas,Gas-CC,Moderate,{},fom,2020,31.593434427740362,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M181"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CC,Moderate,{},fom,2021,33.58800003082577,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 145324"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CC,Moderate,{},fom,2022,34.5,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64756"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CC,Moderate,{},heatrate,2013,6.74,MMBtu/MWh,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L21"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,gas,Gas-CC,Moderate,{},heatrate,2014,6.693733333333333,MMBtu/MWh,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L28"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,gas,Gas-CC,Moderate,{},heatrate,2015,6.4625,MMBtu/MWh,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L28"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,gas,Gas-CC,Moderate,{},heatrate,2016,6.4625,MMBtu/MWh,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L28"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,gas,Gas-CC,Moderate,{},heatrate,2017,6.45,MMBtu/MWh,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L28"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,gas,Gas-CC,Moderate,{},heatrate,2018,6.4005,MMBtu/MWh,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L28"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,gas,Gas-CC,Moderate,{},heatrate,2019,6.363,MMBtu/MWh,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Natural Gas_FE!L97"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,gas,Gas-CC,Moderate,{},heatrate,2020,6.36323,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M89"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,gas,Gas-CC,Moderate,{},heatrate,2021,6.363,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 154328"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,gas,Gas-CC,Moderate,{},heatrate,2022,6.363,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64116"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,gas,Gas-CC,Moderate,{},vom,2013,4.379122400043796,USD/MWh,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L41"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,gas,Gas-CC,Moderate,{},vom,2014,4.310110442492542,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L63"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,gas,Gas-CC,Moderate,{},vom,2015,3.3049543176981717,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L63"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,gas,Gas-CC,Moderate,{},vom,2016,3.3162211174376655,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L63"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,gas,Gas-CC,Moderate,{},vom,2017,3.3042922637409315,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L63"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,gas,Gas-CC,Moderate,{},vom,2018,2.5175240650549933,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L63"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,gas,Gas-CC,Moderate,{},vom,2019,1.9911326700632381,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Natural Gas_FE!L197"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,gas,Gas-CC,Moderate,{},vom,2020,2.0127528017672813,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M204"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CC,Moderate,{},vom,2021,2.1168000019427167,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183886"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CC,Moderate,{},vom,2022,2.17,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64941"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CC_H_1x1,Moderate,{},capcost,2022,1482.1,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64395"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CC_H_1x1,Moderate,{},fom,2022,39.8,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64792"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CC_H_1x1,Moderate,{},heatrate,2022,6.068,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64152"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,gas,Gas-CC_H_1x1,Moderate,{},vom,2022,2.53,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64977"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CC_H_2x1,Moderate,{},capcost,2020,1091.1834009581048,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M161"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. H-frame maps to 2x1 per ATB 2022 workbook Natural Gas_FE!K14 and https://atb.nlr.gov/electricity/2022/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CC_H_2x1,Moderate,{},capcost,2021,1240.0560011380753,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 176502"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. H-frame maps to 2x1 per ATB 2023 workbook Natural Gas_FE!K14 and https://atb.nlr.gov/electricity/2023/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CC_H_2x1,Moderate,{},capcost,2022,1278.4,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64362"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CC_H_2x1,Moderate,{},fom,2020,30.383521226678006,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M184"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. H-frame maps to 2x1 per ATB 2022 workbook Natural Gas_FE!K14 and https://atb.nlr.gov/electricity/2022/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CC_H_2x1,Moderate,{},fom,2021,33.26400003052841,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 145594"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. H-frame maps to 2x1 per ATB 2023 workbook Natural Gas_FE!K14 and https://atb.nlr.gov/electricity/2023/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CC_H_2x1,Moderate,{},fom,2022,34.1,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64761"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CC_H_2x1,Moderate,{},heatrate,2020,6.196,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M92"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2. H-frame maps to 2x1 per ATB 2022 workbook Natural Gas_FE!K14 and https://atb.nlr.gov/electricity/2022/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024.,2022 +reeds,gas,Gas-CC_H_2x1,Moderate,{},heatrate,2021,6.196,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 154598"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. H-frame maps to 2x1 per ATB 2023 workbook Natural Gas_FE!K14 and https://atb.nlr.gov/electricity/2023/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024.,2023 +reeds,gas,Gas-CC_H_2x1,Moderate,{},heatrate,2022,6.196,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64121"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,gas,Gas-CC_H_2x1,Moderate,{},vom,2020,1.9901376017474242,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M207"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. H-frame maps to 2x1 per ATB 2022 workbook Natural Gas_FE!K14 and https://atb.nlr.gov/electricity/2022/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CC_H_2x1,Moderate,{},vom,2021,2.1168000019427167,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 184156"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. H-frame maps to 2x1 per ATB 2023 workbook Natural Gas_FE!K14 and https://atb.nlr.gov/electricity/2023/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CC_H_2x1,Moderate,{},vom,2022,2.16,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64972"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CT,Moderate,{},capcost,2013,1046.8863014408425,USD/kW,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L32"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,gas,Gas-CT,Moderate,{},capcost,2014,1073.457711356205,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L47"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,gas,Gas-CT,Moderate,{},capcost,2015,1065.8024527275275,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L47"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,gas,Gas-CT,Moderate,{},capcost,2016,1074.2194507615832,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L47"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,gas,Gas-CT,Moderate,{},capcost,2017,1072.5381312696452,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L47"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,gas,Gas-CT,Moderate,{},capcost,2018,1098.8090433266505,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L47"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,gas,Gas-CT,Moderate,{},capcost,2019,977.257069100003,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Natural Gas_FE!L151"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,gas,Gas-CT,Moderate,{},capcost,2020,951.0596216350702,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M155"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CT,Moderate,{},capcost,2021,1082.8080009937592,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 176592"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CT,Moderate,{},capcost,2022,1110.4,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64325"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CT,Moderate,{},cf_improvement,2013,0.041,fraction,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L12"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,gas,Gas-CT,Moderate,{},cf_improvement,2014,0.048,fraction,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L12"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,gas,Gas-CT,Moderate,{},cf_improvement,2015,0.07,fraction,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L12"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,gas,Gas-CT,Moderate,{},cf_improvement,2016,0.083,fraction,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L12"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,gas,Gas-CT,Moderate,{},cf_improvement,2017,0.067,fraction,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L12"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,gas,Gas-CT,Moderate,{},cf_improvement,2018,0.119,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L12"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,gas,Gas-CT,Moderate,{},fom,2013,9.159768916997052,USD/kW-yr,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L36"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,gas,Gas-CT,Moderate,{},fom,2014,9.021745001898507,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L54"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,gas,Gas-CT,Moderate,{},fom,2015,14.591343102817342,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L54"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,gas,Gas-CT,Moderate,{},fom,2016,14.636702557899339,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L54"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,gas,Gas-CT,Moderate,{},fom,2017,14.588987142798409,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L54"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,gas,Gas-CT,Moderate,{},fom,2018,13.27421779756269,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L54"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,gas,Gas-CT,Moderate,{},fom,2019,23.916478623173376,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Natural Gas_FE!L171"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,gas,Gas-CT,Moderate,{},fom,2020,24.232186821276876,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M178"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CT,Moderate,{},fom,2021,25.92000002378837,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 145684"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CT,Moderate,{},fom,2022,26.1,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64722"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas,Gas-CT,Moderate,{},heatrate,2013,10.28,MMBtu/MWh,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L20"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,gas,Gas-CT,Moderate,{},heatrate,2014,10.0621,MMBtu/MWh,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L26"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,gas,Gas-CT,Moderate,{},heatrate,2015,9.91607142857143,MMBtu/MWh,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L26"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,gas,Gas-CT,Moderate,{},heatrate,2016,9.894642857142856,MMBtu/MWh,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L26"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,gas,Gas-CT,Moderate,{},heatrate,2017,9.82,MMBtu/MWh,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L26"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,gas,Gas-CT,Moderate,{},heatrate,2018,9.5145,MMBtu/MWh,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L26"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,gas,Gas-CT,Moderate,{},heatrate,2019,9.717,MMBtu/MWh,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Natural Gas_FE!L91"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,gas,Gas-CT,Moderate,{},heatrate,2020,9.71699,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M86"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,gas,Gas-CT,Moderate,{},heatrate,2021,9.717,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 154688"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,gas,Gas-CT,Moderate,{},heatrate,2022,9.717,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64082"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,gas,Gas-CT,Moderate,{},vom,2013,16.437393535981013,USD/MWh,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Gas!L40"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,gas,Gas-CT,Moderate,{},vom,2014,16.1927147773992,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Gas!L61"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,gas,Gas-CT,Moderate,{},vom,2015,8.525211229016675,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Natural Gas!L61"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,gas,Gas-CT,Moderate,{},vom,2016,8.558951984753687,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Natural Gas!L61"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,gas,Gas-CT,Moderate,{},vom,2017,8.517200997512726,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Natural Gas!L61"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,gas,Gas-CT,Moderate,{},vom,2018,5.241027371796304,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Natural Gas!L61"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,gas,Gas-CT,Moderate,{},vom,2019,5.664429147593695,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Natural Gas_FE!L191"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,gas,Gas-CT,Moderate,{},vom,2020,5.766876005063558,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M201"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas,Gas-CT,Moderate,{},vom,2021,6.955200006383214,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 184246"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas,Gas-CT,Moderate,{},vom,2022,6.94,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64935"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},capcost,2020,2359.8961220720876,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M164"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},capcost,2021,2572.0200023605003,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 176052"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},capcost,2022,2656.6,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64401"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},fom,2020,65.25615965729764,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M187"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},fom,2021,68.79600006313831,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 145144"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},fom,2022,70.7,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64798"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},heatrate,2020,7.22,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M95"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},heatrate,2021,7.22,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 154148"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},heatrate,2022,7.22,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64186"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},vom,2020,4.862268004269275,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M210"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},vom,2021,5.0004000045891726,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183706"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,{},vom,2022,5.11,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64981"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,{},capcost,2022,2968.7,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64437"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,{},fom,2022,78.0,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64832"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,{},heatrate,2022,6.848,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64222"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,{},vom,2022,5.3,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 65045"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},capcost,2020,2226.466441954931,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M167"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. H-frame maps to 2x1 per ATB 2022 workbook Natural Gas_FE!K18 and https://atb.nlr.gov/electricity/2022/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2022 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},capcost,2021,2446.524002245325,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 176322"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. H-frame maps to 2x1 per ATB 2023 workbook Natural Gas_FE!K16 and https://atb.nlr.gov/electricity/2023/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2023 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},capcost,2022,2524.1,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64432"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},fom,2020,60.292123252939014,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M190"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. H-frame maps to 2x1 per ATB 2022 workbook Natural Gas_FE!K18 and https://atb.nlr.gov/electricity/2022/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2022 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},fom,2021,64.0440000587771,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 145414"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. H-frame maps to 2x1 per ATB 2023 workbook Natural Gas_FE!K16 and https://atb.nlr.gov/electricity/2023/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2023 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},fom,2022,65.8,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64801"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},heatrate,2020,7.007,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M98"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2. H-frame maps to 2x1 per ATB 2022 workbook Natural Gas_FE!K18 and https://atb.nlr.gov/electricity/2022/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024.,2022 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},heatrate,2021,7.007,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 154418"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. H-frame maps to 2x1 per ATB 2023 workbook Natural Gas_FE!K16 and https://atb.nlr.gov/electricity/2023/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024.,2023 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},heatrate,2022,7.007,MMBtu/MWh,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 64191"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},vom,2020,4.624808404060776,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Natural Gas_FE!M213"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. H-frame maps to 2x1 per ATB 2022 workbook Natural Gas_FE!K18 and https://atb.nlr.gov/electricity/2022/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2022 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},vom,2021,4.752000004361202,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 183976"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. H-frame maps to 2x1 per ATB 2023 workbook Natural Gas_FE!K16 and https://atb.nlr.gov/electricity/2023/fossil_energy_technologies; the separate 1x1 design was introduced in ATB 2024. Converted with the ReEDS deflator.,2023 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,{},vom,2022,4.86,USD/MWh,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 65012"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,nuclear,Nuclear,Moderate,{},capcost,2013,7005.99355389471,USD/kW,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Nuclear!L32"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,nuclear,Nuclear,Moderate,{},capcost,2014,6775.318458451455,USD/kW,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Nuclear!L32"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,nuclear,Nuclear,Moderate,{},capcost,2015,6804.019370145887,USD/kW,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Nuclear!L32"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,nuclear,Nuclear,Moderate,{},capcost,2016,6896.562430305406,USD/kW,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Nuclear!L32"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,nuclear,Nuclear,Moderate,{},capcost,2017,7395.550128309372,USD/kW,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Nuclear!L32"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,nuclear,Nuclear,Moderate,{},capcost,2018,7134.861013401832,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Nuclear!L32"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,nuclear,Nuclear,Moderate,{},capcost,2019,7206.138948621404,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Nuclear!L126"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,nuclear,Nuclear,Moderate,{},capcost,2020,7172.20461450744,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M98"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,nuclear,Nuclear,Moderate,{},capcost,2021,8065.0936517944,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 176716"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2013,0.901,fraction,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Nuclear!L12"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2014,0.917,fraction,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Nuclear!L12"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2015,0.917,fraction,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Nuclear!L12"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2016,0.923,fraction,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Nuclear!L12"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2017,0.922,fraction,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Nuclear!L12"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2018,0.925,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Nuclear!L12"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2019,0.934,fraction,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Nuclear!L101"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2020,0.937,fraction,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M78"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,nuclear,Nuclear,Moderate,{},cf_improvement,2021,0.927,fraction,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 132454"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2023 +reeds,nuclear,Nuclear,Moderate,{},fom,2013,118.80094809058643,USD/kW-yr,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Nuclear!L36"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,nuclear,Nuclear,Moderate,{},fom,2014,116.98154193699555,USD/kW-yr,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Nuclear!L36"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,nuclear,Nuclear,Moderate,{},fom,2015,125.52693288124186,USD/kW-yr,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Nuclear!L36"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,nuclear,Nuclear,Moderate,{},fom,2016,120.81542258060676,USD/kW-yr,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Nuclear!L36"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,nuclear,Nuclear,Moderate,{},fom,2017,120.3486129876028,USD/kW-yr,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Nuclear!L36"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,nuclear,Nuclear,Moderate,{},fom,2018,138.61258636368694,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Nuclear!L36"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,nuclear,Nuclear,Moderate,{},fom,2019,165.89606122524975,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Nuclear!L131"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,nuclear,Nuclear,Moderate,{},fom,2020,165.04572974491708,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M102"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,nuclear,Nuclear,Moderate,{},fom,2021,164.28960015077863,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 146168"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2013,10.46,MMBtu/MWh,,atb,atb_2015_workbook.xlsm,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Nuclear!L20"",""dollar_year"":2013}]",ATB 2015 Moderate base-year estimate; year=release-2.,2015 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2014,10.479,MMBtu/MWh,,atb,atb_2016_workbook.xlsm,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Nuclear!L20"",""dollar_year"":2014}]",ATB 2016 Moderate base-year estimate; year=release-2.,2016 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2015,10.46,MMBtu/MWh,,atb,atb_2017_workbook.xlsm,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Nuclear!L20"",""dollar_year"":2015}]",ATB 2017 Moderate base-year estimate; year=release-2.,2017 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2016,10.46,MMBtu/MWh,,atb,atb_2018_workbook.xlsm,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Nuclear!L20"",""dollar_year"":2016}]",ATB 2018 Moderate base-year estimate; year=release-2.,2018 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2017,10.461,MMBtu/MWh,,atb,atb_2019_workbook.xlsm,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Nuclear!L20"",""dollar_year"":2017}]",ATB 2019 Moderate base-year estimate; year=release-2.,2019 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2018,10.461,MMBtu/MWh,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Nuclear!L20"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2.,2020 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2019,10.455,MMBtu/MWh,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Nuclear!L111"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2020,10.443,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M86"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,nuclear,Nuclear,Moderate,{},heatrate,2021,10.447,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 155172"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,nuclear,Nuclear,Moderate,{},vom,2013,2.7228354177922744,USD/MWh,2022,atb,atb_2015_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""atb_2015_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy15osti/64077-DA.xlsm"",""sha256"":""1f5e9a1d81f766d8c0a4e320dba9c27953321df5321ae3d04a854a23f7ca48df"",""format"":""workbook"",""location"":""Conventional - Nuclear!L40"",""dollar_year"":2013},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2015 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2015 +reeds,nuclear,Nuclear,Moderate,{},vom,2014,2.6851925318585272,USD/MWh,2022,atb,atb_2016_workbook.xlsm | deflator.csv,https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""atb_2016_workbook.xlsm"",""url"":""https://docs.nlr.gov/docs/fy16osti/66944-DA.xlsm"",""sha256"":""e622248d457ee99cba45474a7a7218a2bfd96f95d698d5a1099e3e2ea1b3b555"",""format"":""workbook"",""location"":""Conventional - Nuclear!L40"",""dollar_year"":2014},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2016 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2016 +reeds,nuclear,Nuclear,Moderate,{},vom,2015,2.7672195201202245,USD/MWh,2022,atb,atb_2017_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""atb_2017_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/71/2017-ATB-data.xlsm"",""sha256"":""5712fc8d062ccb40aa6930edbf60ba1f8f4a13c08f7e4e532b78e24fa23ba55d"",""format"":""workbook"",""location"":""Nuclear!L40"",""dollar_year"":2015},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2017 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2017 +reeds,nuclear,Nuclear,Moderate,{},vom,2016,2.7674938821781954,USD/MWh,2022,atb,atb_2018_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""atb_2018_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/89/2018-ATB-data-interim-geo.xlsm"",""sha256"":""975f5a963c817b0da3f9e762a3458fdbee58f11b3d80656eb3ba528d2901fbdf"",""format"":""workbook"",""location"":""Nuclear!L40"",""dollar_year"":2016},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2018 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2018 +reeds,nuclear,Nuclear,Moderate,{},vom,2017,2.7608770959308746,USD/MWh,2022,atb,atb_2019_workbook.xlsm | deflator.csv,https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""atb_2019_workbook.xlsm"",""url"":""https://data.nlr.gov/system/files/115/2019-ATB-data.xlsm"",""sha256"":""f7807beb3496c1cfde28ed2a3115abd1d88e968273eb90f52cfe89f1845de42b"",""format"":""workbook"",""location"":""Nuclear!L40"",""dollar_year"":2017},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2019 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2019 +reeds,nuclear,Nuclear,Moderate,{},vom,2018,2.7006167243317196,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Nuclear!L40"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2020 +reeds,nuclear,Nuclear,Moderate,{},vom,2019,2.6912088017073885,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Nuclear!L136"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,nuclear,Nuclear,Moderate,{},vom,2020,3.211358402819707,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M106"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,nuclear,Nuclear,Moderate,{},vom,2021,2.66760000244822,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 184730"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},capcost,2020,7699.820892737055,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M99"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},capcost,2021,8658.389131690703,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 176776"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},cf_improvement,2020,0.937,fraction,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M79"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},cf_improvement,2021,0.927,fraction,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 132514"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2023 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},fom,2020,128.90664011318543,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M103"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},fom,2021,128.30400011775242,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 146228"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},heatrate,2020,10.443,MMBtu/MWh,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M87"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},heatrate,2021,10.447,MMBtu/MWh,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 155232"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market.,2023 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},vom,2020,4.070736003574277,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Nuclear!M107"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,nuclear-smr,Nuclear-SMR,Moderate,{},vom,2021,3.3804000031024,USD/MWh,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 184790"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,upv,*,Moderate,{},capcost,2019,1558.09336272035,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - Utility PV!L239"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,upv,*,Moderate,{},capcost,2020,1473.124331317474,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - Utility PV!M222"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,upv,*,Moderate,{},capcost,2021,1345.4802902391425,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 180916"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,upv,*,Moderate,{},capcost,2022,1366.5982035504765,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 438694"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,upv,*,Moderate,{},cf_improvement,2019,0.2701516019234307,fraction,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - Utility PV!L111"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2.,2021 +reeds,upv,*,Moderate,{},cf_improvement,2020,0.2608403996803086,fraction,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - Utility PV!M94"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2.,2022 +reeds,upv,*,Moderate,{},cf_improvement,2021,0.2747074374583729,fraction,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 135124"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2023 +reeds,upv,*,Moderate,{},cf_improvement,2022,0.2764029014184805,fraction,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 438424"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,upv,*,Moderate,{},fom,2019,26.191025702529377,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - Utility PV!L271"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,upv,*,Moderate,{},fom,2020,25.581963998244436,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - Utility PV!M254"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,upv,*,Moderate,{},fom,2021,24.331221669061826,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 150368"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,upv,*,Moderate,{},fom,2022,23.76560345636052,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 439205"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,upv,*,Moderate,{},vom,2019,0.0,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Solar - Utility PV!L303"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2021 +reeds,upv,*,Moderate,{},vom,2020,0.0,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Solar - Utility PV!M286"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Converted with the ReEDS deflator.,2022 +reeds,wind-ofs,fixed,Moderate,{},capcost,2018,3845.972318640499,USD/kW,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | offshore_cost_multipliers_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Offshore Wind!L76"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.19067103886.,2020 +reeds,wind-ofs,fixed,Moderate,{},capcost,2019,3407.5040822207143,USD/kW,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | offshore_cost_multipliers_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Offshore Wind!L270"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.19067103886.,2021 +reeds,wind-ofs,fixed,Moderate,{},capcost,2020,3165.727567633738,USD/kW,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | offshore_cost_multipliers_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Offshore Wind!M254"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.19067103886.,2022 +reeds,wind-ofs,fixed,Moderate,{},capcost,2021,2883.2757644295493,USD/kW,2022,calculated,atb_2023_flat_file.csv | deflator.csv | offshore_cost_multipliers_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 177316"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. Offshore multiplier=1.19067103886.,2023 +reeds,wind-ofs,fixed,Moderate,{},capcost,2022,5237.460541105204,USD/kW,2022,calculated,atb_2024_flat_file.csv | deflator.csv | offshore_cost_multipliers_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 281248"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. Offshore multiplier=1.19067103886.,2024 +reeds,wind-ofs,fixed,Moderate,{},cf_improvement,2018,0.4388755534209584,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Offshore Wind!L12"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2020 +reeds,wind-ofs,fixed,Moderate,{},cf_improvement,2019,0.4496976736599159,fraction,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Offshore Wind!L94"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2021 +reeds,wind-ofs,fixed,Moderate,{},cf_improvement,2020,0.4560282081780016,fraction,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Offshore Wind!M78"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2022 +reeds,wind-ofs,fixed,Moderate,{},cf_improvement,2021,0.4635197938988728,fraction,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 133054"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2023 +reeds,wind-ofs,fixed,Moderate,{},cf_improvement,2022,0.4709,fraction,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 264221"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,wind-ofs,fixed,Moderate,{},fom,2018,144.28443214759278,USD/kW-yr,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | offshore_cost_multipliers_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Offshore Wind!L92"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.002655373133.,2020 +reeds,wind-ofs,fixed,Moderate,{},fom,2019,130.72100738763706,USD/kW-yr,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | offshore_cost_multipliers_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Offshore Wind!L314"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.002655373133.,2021 +reeds,wind-ofs,fixed,Moderate,{},fom,2020,121.57654185657474,USD/kW-yr,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | offshore_cost_multipliers_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Offshore Wind!M298"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.002655373133.,2022 +reeds,wind-ofs,fixed,Moderate,{},fom,2021,116.18821931205053,USD/kW-yr,2022,calculated,atb_2023_flat_file.csv | deflator.csv | offshore_cost_multipliers_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 146768"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. Offshore multiplier=1.002655373133.,2023 +reeds,wind-ofs,fixed,Moderate,{},fom,2022,90.91066241643179,USD/kW-yr,2022,calculated,atb_2024_flat_file.csv | deflator.csv | offshore_cost_multipliers_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 315886"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator. Offshore multiplier=1.002655373133.,2024 +reeds,wind-ofs,fixed,Moderate,{},vom,2018,0.0,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Offshore Wind!L108"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2020 +reeds,wind-ofs,fixed,Moderate,{},vom,2019,0.0,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Offshore Wind!L358"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2021 +reeds,wind-ofs,fixed,Moderate,{},vom,2020,0.0,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Offshore Wind!M342"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2022 +reeds,wind-ofs,floating,Moderate,{},capcost,2018,6589.749397592133,USD/kW,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | offshore_cost_multipliers_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Offshore Wind!L83"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.37210783975.,2020 +reeds,wind-ofs,floating,Moderate,{},capcost,2019,5906.514617417398,USD/kW,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | offshore_cost_multipliers_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Offshore Wind!L291"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.37210783975.,2021 +reeds,wind-ofs,floating,Moderate,{},capcost,2020,5513.965513369151,USD/kW,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | offshore_cost_multipliers_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Offshore Wind!M275"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=1.37210783975.,2022 +reeds,wind-ofs,floating,Moderate,{},capcost,2021,5052.197721548793,USD/kW,2022,calculated,atb_2023_flat_file.csv | deflator.csv | offshore_cost_multipliers_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 177946"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. Offshore multiplier=1.37210783975.,2023 +reeds,wind-ofs,floating,Moderate,{},cf_improvement,2018,0.5102336270990606,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Offshore Wind!L19"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2020 +reeds,wind-ofs,floating,Moderate,{},cf_improvement,2019,0.5154960313127394,fraction,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Offshore Wind!L115"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2021 +reeds,wind-ofs,floating,Moderate,{},cf_improvement,2020,0.5185743404413783,fraction,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Offshore Wind!M99"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2022 +reeds,wind-ofs,floating,Moderate,{},cf_improvement,2021,0.5237584355264171,fraction,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 133684"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2023 +reeds,wind-ofs,floating,Moderate,{},fom,2018,101.74343913150997,USD/kW-yr,2022,calculated,atb_2020_workbook.xlsm | deflator.csv | offshore_cost_multipliers_2024.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Offshore Wind!L99"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=0.978659140911.,2020 +reeds,wind-ofs,floating,Moderate,{},fom,2019,93.2296398999746,USD/kW-yr,2022,calculated,atb_2021_workbook.xlsm | deflator.csv | offshore_cost_multipliers_2024.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Offshore Wind!L335"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=0.978659140911.,2021 +reeds,wind-ofs,floating,Moderate,{},fom,2020,87.0339537319993,USD/kW-yr,2022,calculated,atb_2022_workbook.xlsx | deflator.csv | offshore_cost_multipliers_2024.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Offshore Wind!M319"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator. Offshore multiplier=0.978659140911.,2022 +reeds,wind-ofs,floating,Moderate,{},fom,2021,83.42240192195612,USD/kW-yr,2022,calculated,atb_2023_flat_file.csv | deflator.csv | offshore_cost_multipliers_2024.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 147398"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""offshore_cost_multipliers_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""91c0eb5de1207f3bf96e49d85bc2e787338528c6edfd1baa6034f93b6c89c75f"",""location"":""Offshore cost multipliers"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator. Offshore multiplier=0.978659140911.,2023 +reeds,wind-ofs,floating,Moderate,{},vom,2018,0.0,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Offshore Wind!L115"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2020 +reeds,wind-ofs,floating,Moderate,{},vom,2019,0.0,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Offshore Wind!L379"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2021 +reeds,wind-ofs,floating,Moderate,{},vom,2020,0.0,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Offshore Wind!M363"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2022 +reeds,wind-ons,*,Moderate,{},capcost,2018,1736.625880211523,USD/kW,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Land-Based Wind!L59"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2020 +reeds,wind-ons,*,Moderate,{},capcost,2019,1574.4751298600806,USD/kW,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Land-Based Wind!L230"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2021 +reeds,wind-ons,*,Moderate,{},capcost,2020,1588.9052990456003,USD/kW,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Land-Based Wind!M214"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2022 +reeds,wind-ons,*,Moderate,{},capcost,2021,1386.5936790690628,USD/kW,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 175512"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,wind-ons,*,Moderate,{},capcost,2022,1471.55593599714,USD/kW,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 94232"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,wind-ons,*,Moderate,{},cf_improvement,2018,0.428546,fraction,,atb,atb_2020_workbook.xlsm,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Land-Based Wind!L15"",""dollar_year"":2018}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2020 +reeds,wind-ons,*,Moderate,{},cf_improvement,2019,0.42975,fraction,,atb,atb_2021_workbook.xlsm,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Land-Based Wind!L102"",""dollar_year"":2019}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2021 +reeds,wind-ons,*,Moderate,{},cf_improvement,2020,0.437,fraction,,atb,atb_2022_workbook.xlsx,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Land-Based Wind!M86"",""dollar_year"":2020}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions.,2022 +reeds,wind-ons,*,Moderate,{},cf_improvement,2021,0.44469,fraction,,atb,atb_2023_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 131944"",""dollar_year"":2021}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2023 +reeds,wind-ons,*,Moderate,{},cf_improvement,2022,0.448106,fraction,,atb,atb_2024_flat_file.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 91779"",""dollar_year"":2022}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank.,2024 +reeds,wind-ons,*,Moderate,{},fom,2018,50.33112101288767,USD/kW-yr,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Land-Based Wind!L70"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2020 +reeds,wind-ons,*,Moderate,{},fom,2019,49.20615219121795,USD/kW-yr,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Land-Based Wind!L262"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2021 +reeds,wind-ons,*,Moderate,{},fom,2020,48.62268004269275,USD/kW-yr,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Land-Based Wind!M246"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2022 +reeds,wind-ons,*,Moderate,{},fom,2021,32.72400003003282,USD/kW-yr,2022,atb,atb_2023_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""atb_2023_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2023/ATBe.csv"",""sha256"":""5073733a55c84facceb25ec56b83d05d9c990155486111fff137854ccd2fab71"",""format"":""flat"",""location"":""CSV row 144604"",""dollar_year"":2021},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2023 Moderate base-year estimate; year=release-2. Case: Market. Converted with the ReEDS deflator.,2023 +reeds,wind-ons,*,Moderate,{},fom,2022,32.4430472671293,USD/kW-yr,2022,atb,atb_2024_flat_file.csv | deflator.csv,https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""format"":""flat"",""location"":""CSV row 99143"",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2024 Moderate base-year estimate; year=release-2. Case: Market. Unit from ATB parameter definition; CSV unit blank. Converted with the ReEDS deflator.,2024 +reeds,wind-ons,*,Moderate,{},vom,2018,0.0,USD/MWh,2022,atb,atb_2020_workbook.xlsm | deflator.csv,https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""atb_2020_workbook.xlsm"",""url"":""https://atb-archive.nlr.gov/electricity/2020/files/2020-ATB-Data.xlsm"",""sha256"":""2fc2ccf72853304e45803959c77d82806debe8b686eec294838a7ac5219a7a13"",""format"":""workbook"",""location"":""Land-Based Wind!L81"",""dollar_year"":2018},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2020 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2020 +reeds,wind-ons,*,Moderate,{},vom,2019,0.0,USD/MWh,2022,atb,atb_2021_workbook.xlsm | deflator.csv,https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""atb_2021_workbook.xlsm"",""url"":""https://data.openei.org/files/4129/2021-ATB-Data_Master_new.xlsm"",""sha256"":""211bc492df941a58acac912edea27c2ac2abf6d74fb2a24355fda6660c055632"",""format"":""workbook"",""location"":""Land-Based Wind!L294"",""dollar_year"":2019},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2021 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2021 +reeds,wind-ons,*,Moderate,{},vom,2020,0.0,USD/MWh,2022,atb,atb_2022_workbook.xlsx | deflator.csv,https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""atb_2022_workbook.xlsx"",""url"":""https://data.openei.org/files/5716/2022 v3 Annual Technology Baseline Workbook Mid-year update 2-15-2023.xlsx"",""sha256"":""5ad5e47373f0dea32991d5828831bb407550397f1956abda6870e6786134b87e"",""format"":""workbook"",""location"":""Land-Based Wind!M278"",""dollar_year"":2020},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",ATB 2022 Moderate base-year estimate; year=release-2. Resource-class history uses the vintage-specific turbine design; it does not assume the ATB 2024 turbine dimensions. Converted with the ReEDS deflator.,2022 diff --git a/atb/historical/manual.csv b/atb/historical/manual.csv new file mode 100644 index 0000000..f246418 --- /dev/null +++ b/atb/historical/manual.csv @@ -0,0 +1,13531 @@ +scope,technology,series,scenario,identifiers,metric,year,value,unit,dollar_year,source_type,source_file,source_url,source_years,sources,method,atb_year +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2010,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2011,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2012,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2013,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2014,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2015,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2016,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2017,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2018,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2019,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2020,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2021,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2022,363.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2023,359.28,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2024,296.61,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2025,233.06,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2026,223.53,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2027,213.93,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2028,204.44,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2029,194.97,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2030,184.18,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2031,180.78,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2032,177.39,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2033,175.28,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2034,171.89,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2035,167.11,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2036,165.01,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2037,161.62,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2038,158.22,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2039,154.82,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2040,152.74,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2041,149.34,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2042,144.53,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2043,141.13,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2044,139.06,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2045,135.66,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2046,132.26,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2047,128.85,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2048,126.8,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2049,123.4,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost,2050,118.54,USD/kW,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2010,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2011,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2012,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2013,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2014,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2015,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2016,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2017,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2018,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2019,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2020,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2021,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2022,390.93,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2023,386.92,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2024,319.43,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2025,252.16,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2026,241.37,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2027,230.59,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2028,219.79,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2029,208.98,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2030,198.51,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2031,195.07,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2032,191.63,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2033,187.86,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2034,184.42,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2035,181.33,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2036,177.57,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2037,174.13,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2038,170.69,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2039,167.25,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2040,163.48,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2041,160.04,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2042,156.96,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2043,153.52,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2044,149.75,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2045,146.31,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2046,142.87,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2047,139.44,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2048,135.66,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2049,132.22,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",capcost_energy,2050,129.15,USD/kWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2010,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2011,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2012,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2013,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2014,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2015,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2016,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2017,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2018,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2019,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2020,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2021,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2022,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2023,8.98,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2024,7.42,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2025,5.83,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2026,5.59,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2027,5.35,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2028,5.11,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2029,4.87,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2030,4.6,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2031,4.52,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2032,4.43,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2033,4.38,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2034,4.3,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2035,4.18,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2036,4.13,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2037,4.04,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2038,3.96,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2039,3.87,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2040,3.82,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2041,3.73,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2042,3.61,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2043,3.53,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2044,3.48,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2045,3.39,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2046,3.31,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2047,3.22,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2048,3.17,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2049,3.09,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom,2050,2.96,USD/kW-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2010,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2011,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2012,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2013,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2014,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2015,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2016,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2017,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2018,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2019,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2020,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2021,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2022,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2023,9.67,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2024,7.99,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2025,6.3,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2026,6.03,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2027,5.76,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2028,5.49,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2029,5.22,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2030,4.96,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2031,4.88,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2032,4.79,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2033,4.7,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2034,4.61,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2035,4.53,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2036,4.44,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2037,4.35,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2038,4.27,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2039,4.18,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2040,4.09,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2041,4.0,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2042,3.92,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2043,3.84,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2044,3.74,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2045,3.66,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2046,3.57,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2047,3.49,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2048,3.39,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2049,3.31,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",fom_energy,2050,3.23,USD/kWh-yr,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2010,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2011,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2012,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2013,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2014,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2015,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2016,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2017,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2018,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2019,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2020,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2021,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2022,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2023,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2024,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2025,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2026,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2027,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2028,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2029,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2030,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2031,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2032,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2033,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2034,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2035,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2036,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2037,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2038,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2039,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2040,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2041,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2042,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2043,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2044,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2045,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2046,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2047,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2048,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2049,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",rte,2050,0.85,fraction,,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2010,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2011,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2012,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2013,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2014,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2015,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2016,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2017,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2018,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2019,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2020,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2021,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2022,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2023,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2024,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2025,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2026,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2027,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2028,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2029,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2030,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2031,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2032,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2033,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2034,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2035,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2036,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2037,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2038,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2039,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2040,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2041,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2042,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2043,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2044,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2045,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2046,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2047,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2048,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2049,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Advanced,"{""i"":""battery_li""}",vom,2050,0.0,USD/MWh,2022,manual,battery_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_advanced.csv"",""sha256"":""b3149e8b5c2d6d6648a06075963ec67f2c91134b7b4ba45f3a8068fa088e95c4"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2010,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2011,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2012,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2013,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2014,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2015,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2016,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2017,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2018,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2019,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2020,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2021,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2022,363.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2023,359.28,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2024,379.25,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2025,374.56,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2026,367.44,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2027,360.24,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2028,352.93,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2029,345.53,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2030,338.01,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2031,335.69,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2032,333.38,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2033,331.06,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2034,328.75,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2035,326.43,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2036,324.12,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2037,321.81,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2038,319.49,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2039,317.18,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2040,314.86,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2041,312.55,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2042,310.23,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2043,307.92,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2044,305.61,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2045,303.29,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2046,300.98,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2047,298.66,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2048,296.35,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2049,294.04,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost,2050,291.72,USD/kW,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2010,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2011,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2012,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2013,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2014,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2015,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2016,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2017,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2018,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2019,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2020,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2021,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2022,390.93,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2023,386.92,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2024,408.28,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2025,402.31,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2026,385.52,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2027,368.74,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2028,352.0,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2029,335.28,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2030,318.58,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2031,316.4,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2032,314.22,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2033,312.04,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2034,309.86,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2035,307.68,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2036,305.5,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2037,303.32,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2038,301.13,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2039,298.95,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2040,296.77,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2041,294.59,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2042,292.41,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2043,290.23,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2044,288.05,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2045,285.87,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2046,283.68,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2047,281.5,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2048,279.32,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2049,277.14,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",capcost_energy,2050,274.96,USD/kWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2010,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2011,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2012,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2013,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2014,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2015,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2016,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2017,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2018,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2019,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2020,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2021,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2022,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2023,8.98,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2024,9.48,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2025,9.36,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2026,9.19,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2027,9.01,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2028,8.82,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2029,8.64,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2030,8.45,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2031,8.39,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2032,8.33,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2033,8.28,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2034,8.22,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2035,8.16,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2036,8.1,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2037,8.05,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2038,7.99,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2039,7.93,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2040,7.87,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2041,7.81,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2042,7.76,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2043,7.7,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2044,7.64,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2045,7.58,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2046,7.52,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2047,7.47,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2048,7.41,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2049,7.35,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom,2050,7.29,USD/kW-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2010,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2011,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2012,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2013,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2014,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2015,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2016,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2017,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2018,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2019,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2020,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2021,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2022,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2023,9.67,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2024,10.21,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2025,10.06,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2026,9.64,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2027,9.22,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2028,8.8,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2029,8.38,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2030,7.96,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2031,7.91,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2032,7.86,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2033,7.8,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2034,7.75,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2035,7.69,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2036,7.64,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2037,7.58,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2038,7.53,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2039,7.47,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2040,7.42,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2041,7.36,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2042,7.31,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2043,7.26,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2044,7.2,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2045,7.15,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2046,7.09,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2047,7.04,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2048,6.98,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2049,6.93,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",fom_energy,2050,6.87,USD/kWh-yr,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2010,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2011,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2012,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2013,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2014,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2015,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2016,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2017,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2018,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2019,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2020,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2021,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2022,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2023,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2024,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2025,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2026,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2027,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2028,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2029,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2030,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2031,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2032,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2033,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2034,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2035,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2036,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2037,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2038,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2039,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2040,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2041,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2042,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2043,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2044,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2045,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2046,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2047,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2048,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2049,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",rte,2050,0.85,fraction,,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2010,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2011,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2012,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2013,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2014,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2015,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2016,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2017,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2018,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2019,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2020,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2021,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2022,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2023,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2024,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2025,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2026,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2027,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2028,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2029,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2030,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2031,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2032,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2033,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2034,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2035,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2036,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2037,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2038,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2039,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2040,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2041,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2042,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2043,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2044,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2045,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2046,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2047,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2048,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2049,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Conservative,"{""i"":""battery_li""}",vom,2050,0.0,USD/MWh,2022,manual,battery_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_conservative.csv"",""sha256"":""77c1dacbc2716631dfca0505c78aa5b46ccd516d3f73f4c27aca96f07f2334ff"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2010,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2011,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2012,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2013,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2014,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2015,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2016,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2017,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2018,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2019,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2020,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2021,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2022,363.01,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2023,359.28,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2024,346.86,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2025,311.36,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2026,312.35,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2027,313.44,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2028,314.63,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2029,315.94,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2030,317.38,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2031,315.23,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2032,313.06,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2033,310.87,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2034,308.66,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2035,306.44,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2036,304.2,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2037,301.94,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2038,299.65,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2039,297.35,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2040,295.03,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2041,292.68,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2042,290.3,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2043,287.91,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2044,285.48,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2045,283.03,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2046,280.55,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2047,278.04,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2048,275.5,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2049,272.92,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost,2050,270.31,USD/kW,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2010,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2011,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2012,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2013,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2014,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2015,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2016,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2017,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2018,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2019,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2020,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2021,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2022,390.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2023,386.92,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2024,355.75,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2025,309.93,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2026,297.14,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2027,284.32,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2028,271.48,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2029,258.6,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2030,245.69,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2031,241.22,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2032,236.75,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2033,232.28,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2034,227.82,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2035,223.36,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2036,218.91,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2037,214.47,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2038,210.02,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2039,205.59,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2040,201.16,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2041,196.73,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2042,192.32,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2043,187.91,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2044,183.5,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2045,179.1,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2046,174.71,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2047,170.33,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2048,165.96,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2049,161.59,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",capcost_energy,2050,157.24,USD/kWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2010,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2011,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2012,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2013,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2014,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2015,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2016,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2017,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2018,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2019,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2020,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2021,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2022,9.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2023,8.98,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2024,8.67,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2025,7.78,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2026,7.81,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2027,7.84,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2028,7.87,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2029,7.9,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2030,7.93,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2031,7.88,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2032,7.83,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2033,7.77,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2034,7.72,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2035,7.66,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2036,7.6,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2037,7.55,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2038,7.49,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2039,7.43,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2040,7.38,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2041,7.32,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2042,7.26,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2043,7.2,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2044,7.14,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2045,7.08,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2046,7.01,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2047,6.95,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2048,6.89,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2049,6.82,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom,2050,6.76,USD/kW-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2010,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2011,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2012,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2013,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2014,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2015,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2016,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2017,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2018,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2019,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2020,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2021,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2022,9.77,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2023,9.67,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2024,8.89,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2025,7.75,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2026,7.43,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2027,7.11,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2028,6.79,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2029,6.47,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2030,6.14,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2031,6.03,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2032,5.92,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2033,5.81,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2034,5.7,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2035,5.58,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2036,5.47,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2037,5.36,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2038,5.25,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2039,5.14,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2040,5.03,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2041,4.92,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2042,4.81,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2043,4.7,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2044,4.59,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2045,4.48,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2046,4.37,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2047,4.26,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2048,4.15,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2049,4.04,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",fom_energy,2050,3.93,USD/kWh-yr,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2010,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2011,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2012,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2013,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2014,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2015,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2016,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2017,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2018,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2019,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2020,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2021,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2022,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2023,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2024,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2025,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2026,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2027,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2028,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2029,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2030,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2031,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2032,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2033,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2034,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2035,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2036,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2037,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2038,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2039,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2040,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2041,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2042,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2043,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2044,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2045,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2046,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2047,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2048,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2049,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",rte,2050,0.85,fraction,,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2010,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2011,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2012,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2013,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2014,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2015,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2016,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2017,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2018,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2019,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2020,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2021,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2022,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2023,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2024,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2025,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2026,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2027,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2028,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2029,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2030,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2031,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2032,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2033,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2034,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2035,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2036,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2037,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2038,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2039,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2040,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2041,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2042,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2043,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2044,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2045,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2046,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2047,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2048,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2049,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,battery,battery_li,Moderate,"{""i"":""battery_li""}",vom,2050,0.0,USD/MWh,2022,manual,battery_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""battery_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/battery_ATB_2024_moderate.csv"",""sha256"":""f3446e22ce13bac64488d11ea477163894bc1ef4a0b2d20c28612206b391e3df"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""battery_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2010,4726.476766,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2011,4712.415325,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2012,4698.353884,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2013,4684.292442,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2014,4670.231002,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2015,4656.169559,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2016,4642.108118,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2017,4628.046676,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2018,4613.985236,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2019,4599.923794,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2020,4617.272559,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2021,5183.685345,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2022,4829.860171,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2023,4663.223634,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2024,4496.587097,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2025,4363.990011,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2026,4282.817712,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2027,4239.830984,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2028,4211.913134,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2029,4186.05058,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2030,4160.949522,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2031,4128.691215,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2032,4098.852981,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2033,4073.842768,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2034,4047.680762,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2035,4022.268786,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2036,3993.159131,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2037,3964.302254,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2038,3937.891271,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2039,3906.994862,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2040,3880.181144,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2041,3856.175808,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2042,3827.818853,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2043,3802.762608,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2044,3775.657509,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2045,3746.791522,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2046,3718.511581,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2047,3691.707367,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2048,3663.216891,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2049,3633.115632,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",capcost,2050,3587.868464,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2010,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2011,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2012,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2013,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2014,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2015,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2016,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2017,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2018,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2019,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2020,170.5719249,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2021,169.7976,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2022,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2023,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2024,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2025,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2026,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2027,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2028,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2029,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2030,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2031,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2032,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2033,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2034,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2035,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2036,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2037,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2038,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2039,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2040,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2041,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2042,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2043,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2044,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2045,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2046,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2047,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2048,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2049,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",fom,2050,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2010,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2011,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2012,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2013,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2014,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2015,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2016,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2017,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2018,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2019,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2020,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2021,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2022,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2023,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2024,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2025,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2026,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2027,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2028,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2029,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2030,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2031,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2032,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2033,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2034,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2035,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2036,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2037,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2038,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2039,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2040,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2041,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2042,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2043,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2044,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2045,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2046,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2047,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2048,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2049,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",heatrate,2050,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2010,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2011,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2012,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2013,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2014,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2015,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2016,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2017,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2018,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2019,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2020,5.419053793,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2021,5.4432,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2022,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2023,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2024,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2025,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2026,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2027,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2028,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2029,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2030,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2031,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2032,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2033,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2034,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2035,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2036,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2037,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2038,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2039,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2040,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2041,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2042,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2043,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2044,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2045,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2046,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2047,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2048,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2049,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Advanced,"{""i"":""biopower""}",vom,2050,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2010,4726.476766,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2011,4712.415325,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2012,4698.353884,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2013,4684.292442,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2014,4670.231002,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2015,4656.169559,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2016,4642.108118,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2017,4628.046676,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2018,4613.985236,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2019,4599.923794,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2020,4617.272559,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2021,5183.685345,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2022,4829.860171,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2023,4663.223634,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2024,4496.587097,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2025,4363.990011,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2026,4282.817712,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2027,4239.830984,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2028,4211.913134,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2029,4186.05058,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2030,4160.949522,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2031,4128.691215,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2032,4098.852981,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2033,4073.842768,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2034,4047.680762,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2035,4022.268786,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2036,3993.159131,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2037,3964.302254,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2038,3937.891271,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2039,3906.994862,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2040,3880.181144,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2041,3856.175808,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2042,3827.818853,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2043,3802.762608,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2044,3775.657509,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2045,3746.791522,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2046,3718.511581,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2047,3691.707367,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2048,3663.216891,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2049,3633.115632,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",capcost,2050,3587.868464,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2010,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2011,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2012,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2013,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2014,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2015,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2016,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2017,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2018,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2019,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2020,170.5719249,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2021,169.7976,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2022,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2023,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2024,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2025,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2026,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2027,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2028,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2029,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2030,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2031,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2032,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2033,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2034,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2035,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2036,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2037,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2038,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2039,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2040,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2041,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2042,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2043,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2044,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2045,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2046,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2047,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2048,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2049,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",fom,2050,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2010,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2011,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2012,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2013,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2014,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2015,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2016,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2017,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2018,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2019,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2020,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2021,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2022,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2023,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2024,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2025,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2026,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2027,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2028,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2029,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2030,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2031,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2032,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2033,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2034,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2035,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2036,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2037,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2038,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2039,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2040,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2041,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2042,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2043,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2044,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2045,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2046,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2047,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2048,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2049,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",heatrate,2050,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2010,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2011,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2012,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2013,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2014,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2015,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2016,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2017,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2018,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2019,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2020,5.419053793,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2021,5.4432,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2022,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2023,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2024,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2025,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2026,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2027,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2028,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2029,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2030,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2031,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2032,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2033,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2034,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2035,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2036,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2037,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2038,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2039,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2040,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2041,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2042,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2043,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2044,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2045,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2046,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2047,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2048,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2049,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Conservative,"{""i"":""biopower""}",vom,2050,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2010,4726.476766,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2011,4712.415325,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2012,4698.353884,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2013,4684.292442,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2014,4670.231002,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2015,4656.169559,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2016,4642.108118,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2017,4628.046676,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2018,4613.985236,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2019,4599.923794,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2020,4617.272559,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2021,5183.685345,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2022,4829.860171,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2023,4663.223634,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2024,4496.587097,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2025,4363.990011,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2026,4282.817712,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2027,4239.830984,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2028,4211.913134,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2029,4186.05058,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2030,4160.949522,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2031,4128.691215,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2032,4098.852981,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2033,4073.842768,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2034,4047.680762,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2035,4022.268786,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2036,3993.159131,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2037,3964.302254,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2038,3937.891271,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2039,3906.994862,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2040,3880.181144,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2041,3856.175808,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2042,3827.818853,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2043,3802.762608,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2044,3775.657509,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2045,3746.791522,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2046,3718.511581,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2047,3691.707367,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2048,3663.216891,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2049,3633.115632,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",capcost,2050,3587.868464,USD/kW,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2010,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2011,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2012,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2013,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2014,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2015,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2016,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2017,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2018,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2019,142.9276928,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2020,170.5719249,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2021,169.7976,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2022,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2023,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2024,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2025,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2026,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2027,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2028,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2029,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2030,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2031,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2032,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2033,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2034,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2035,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2036,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2037,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2038,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2039,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2040,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2041,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2042,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2043,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2044,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2045,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2046,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2047,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2048,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2049,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",fom,2050,163.66602,USD/kW-yr,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2010,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2011,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2012,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2013,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2014,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2015,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2016,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2017,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2018,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2019,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2020,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2021,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2022,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2023,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2024,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2025,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2026,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2027,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2028,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2029,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2030,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2031,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2032,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2033,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2034,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2035,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2036,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2037,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2038,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2039,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2040,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2041,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2042,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2043,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2044,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2045,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2046,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2047,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2048,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2049,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",heatrate,2050,13.5,MMBtu/MWh,,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2010,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2011,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2012,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2013,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2014,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2015,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2016,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2017,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2018,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2019,5.485907804,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2020,5.419053793,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2021,5.4432,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2022,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2023,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2024,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2025,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2026,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2027,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2028,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2029,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2030,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2031,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2032,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2033,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2034,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2035,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2036,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2037,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2038,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2039,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2040,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2041,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2042,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2043,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2044,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2045,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2046,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2047,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2048,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2049,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,biopower,biopower,Moderate,"{""i"":""biopower""}",vom,2050,5.24664,USD/MWh,2022,manual,biopower_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""biopower_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/biopower_ATB_2024_moderate.csv"",""sha256"":""cfcbcbd0c7c952e6cb230670e61d8eceb0bc38f2bbc62bd0a6ec25376db2bd6c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""biopower_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2010,5851.647055,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2011,5803.570143,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2012,5755.493231,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2013,5707.416318,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2014,5659.339405,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2015,5611.262494,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2016,5563.185581,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2017,5515.108668,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2018,5467.031756,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2019,5418.954843,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2020,5030.656241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2021,5402.592,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2022,5603.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2023,5582.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2024,5560.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2025,5539.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2026,5518.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2027,5497.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2028,5476.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2029,5455.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2030,5433.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2031,5412.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2032,5391.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2033,5349.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2034,5328.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2035,5328.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2036,5306.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2037,5285.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2038,5264.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2039,5243.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2040,5222.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2041,5201.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2042,5180.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2043,5158.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2044,5137.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2045,5116.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2046,5095.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2047,5074.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2048,5053.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2049,5031.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",capcost,2050,5010.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2010,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2011,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2012,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2013,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2014,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2015,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2016,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2017,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2018,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2019,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2020,158.9140095,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2021,162.108,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2022,167.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2023,166.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2024,166.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2025,165.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2026,165.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2027,164.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2028,164.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2029,163.4,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2030,162.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2031,162.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2032,161.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2033,160.4,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2034,159.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2035,159.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2036,159.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2037,158.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2038,158.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2039,157.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2040,156.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2041,156.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2042,155.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2043,155.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2044,154.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2045,153.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2046,153.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2047,152.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2048,152.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2049,151.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",fom,2050,151.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2010,9.325,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2011,9.239333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2012,9.153666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2013,9.068,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2014,8.982333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2015,8.896666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2016,8.811,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2017,8.725333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2018,8.639666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2019,8.554,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2020,8.45,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2021,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2022,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2023,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2024,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2025,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2026,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2027,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2028,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2029,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2030,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2031,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2032,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2033,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2034,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2035,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2036,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2037,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2038,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2039,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2040,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2041,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2042,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2043,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2044,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2045,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2046,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2047,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2048,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2049,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",heatrate,2050,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2010,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2011,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2012,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2013,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2014,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2015,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2016,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2017,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2018,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2019,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2020,16.23740698,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2021,15.9516,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2022,16.44,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2023,16.39,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2024,16.33,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2025,16.28,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2026,16.22,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2027,16.17,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2028,16.12,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2029,16.06,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2030,16.01,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2031,15.96,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2032,15.9,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2033,15.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2034,15.74,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2035,15.74,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2036,15.69,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2037,15.63,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2038,15.58,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2039,15.53,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2040,15.47,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2041,15.42,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2042,15.36,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2043,15.31,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2044,15.26,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2045,15.2,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2046,15.15,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2047,15.1,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2048,15.04,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2049,14.99,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Advanced,"{""i"":""Coal-IGCC""}",vom,2050,14.93,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2010,5851.647055,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2011,5803.570143,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2012,5755.493231,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2013,5707.416318,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2014,5659.339405,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2015,5611.262494,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2016,5563.185581,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2017,5515.108668,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2018,5467.031756,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2019,5418.954843,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2020,5030.656241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2021,5402.592,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2022,5603.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2023,5582.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2024,5560.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2025,5539.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2026,5518.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2027,5497.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2028,5476.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2029,5455.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2030,5433.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2031,5412.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2032,5391.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2033,5349.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2034,5328.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2035,5328.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2036,5306.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2037,5285.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2038,5264.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2039,5243.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2040,5222.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2041,5201.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2042,5180.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2043,5158.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2044,5137.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2045,5116.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2046,5095.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2047,5074.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2048,5053.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2049,5031.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",capcost,2050,5010.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2010,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2011,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2012,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2013,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2014,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2015,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2016,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2017,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2018,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2019,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2020,158.9140095,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2021,162.108,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2022,167.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2023,166.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2024,166.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2025,165.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2026,165.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2027,164.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2028,164.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2029,163.4,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2030,162.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2031,162.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2032,161.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2033,160.4,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2034,159.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2035,159.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2036,159.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2037,158.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2038,158.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2039,157.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2040,156.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2041,156.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2042,155.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2043,155.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2044,154.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2045,153.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2046,153.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2047,152.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2048,152.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2049,151.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",fom,2050,151.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2010,9.325,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2011,9.239333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2012,9.153666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2013,9.068,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2014,8.982333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2015,8.896666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2016,8.811,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2017,8.725333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2018,8.639666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2019,8.554,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2020,8.45,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2021,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2022,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2023,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2024,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2025,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2026,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2027,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2028,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2029,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2030,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2031,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2032,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2033,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2034,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2035,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2036,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2037,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2038,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2039,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2040,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2041,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2042,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2043,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2044,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2045,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2046,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2047,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2048,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2049,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",heatrate,2050,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2010,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2011,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2012,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2013,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2014,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2015,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2016,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2017,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2018,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2019,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2020,16.23740698,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2021,15.9516,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2022,16.44,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2023,16.39,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2024,16.33,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2025,16.28,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2026,16.22,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2027,16.17,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2028,16.12,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2029,16.06,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2030,16.01,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2031,15.96,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2032,15.9,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2033,15.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2034,15.74,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2035,15.74,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2036,15.69,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2037,15.63,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2038,15.58,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2039,15.53,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2040,15.47,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2041,15.42,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2042,15.36,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2043,15.31,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2044,15.26,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2045,15.2,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2046,15.15,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2047,15.1,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2048,15.04,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2049,14.99,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Conservative,"{""i"":""Coal-IGCC""}",vom,2050,14.93,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2010,5851.647055,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2011,5803.570143,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2012,5755.493231,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2013,5707.416318,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2014,5659.339405,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2015,5611.262494,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2016,5563.185581,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2017,5515.108668,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2018,5467.031756,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2019,5418.954843,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2020,5030.656241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2021,5402.592,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2022,5603.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2023,5582.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2024,5560.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2025,5539.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2026,5518.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2027,5497.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2028,5476.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2029,5455.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2030,5433.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2031,5412.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2032,5391.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2033,5349.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2034,5328.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2035,5328.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2036,5306.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2037,5285.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2038,5264.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2039,5243.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2040,5222.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2041,5201.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2042,5180.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2043,5158.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2044,5137.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2045,5116.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2046,5095.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2047,5074.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2048,5053.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2049,5031.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",capcost,2050,5010.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2010,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2011,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2012,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2013,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2014,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2015,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2016,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2017,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2018,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2019,163.5759711,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2020,158.9140095,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2021,162.108,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2022,167.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2023,166.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2024,166.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2025,165.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2026,165.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2027,164.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2028,164.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2029,163.4,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2030,162.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2031,162.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2032,161.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2033,160.4,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2034,159.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2035,159.8,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2036,159.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2037,158.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2038,158.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2039,157.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2040,156.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2041,156.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2042,155.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2043,155.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2044,154.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2045,153.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2046,153.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2047,152.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2048,152.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2049,151.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",fom,2050,151.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2010,9.325,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2011,9.239333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2012,9.153666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2013,9.068,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2014,8.982333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2015,8.896666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2016,8.811,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2017,8.725333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2018,8.639666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2019,8.554,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2020,8.45,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2021,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2022,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2023,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2024,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2025,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2026,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2027,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2028,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2029,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2030,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2031,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2032,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2033,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2034,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2035,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2036,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2037,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2038,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2039,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2040,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2041,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2042,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2043,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2044,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2045,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2046,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2047,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2048,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2049,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",heatrate,2050,8.308,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2010,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2011,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2012,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2013,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2014,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2015,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2016,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2017,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2018,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2019,16.43772529,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2020,16.23740698,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2021,15.9516,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2022,16.44,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2023,16.39,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2024,16.33,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2025,16.28,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2026,16.22,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2027,16.17,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2028,16.12,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2029,16.06,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2030,16.01,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2031,15.96,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2032,15.9,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2033,15.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2034,15.74,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2035,15.74,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2036,15.69,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2037,15.63,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2038,15.58,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2039,15.53,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2040,15.47,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2041,15.42,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2042,15.36,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2043,15.31,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2044,15.26,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2045,15.2,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2046,15.15,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2047,15.1,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2048,15.04,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2049,14.99,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-IGCC,Moderate,"{""i"":""Coal-IGCC""}",vom,2050,14.93,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2010,3066.6202,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2011,3057.462693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2012,3048.305185,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2013,3039.147678,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2014,3029.990171,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2015,3020.832665,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2016,3011.675157,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2017,3002.51765,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2018,2993.360143,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2019,2984.202635,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2020,2903.736846,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2021,3085.236,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2022,3201.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2023,3183.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2024,3166.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2025,3148.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2026,3131.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2027,3113.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2028,3096.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2029,3078.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2030,3061.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2031,3043.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2032,3026.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2033,2991.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2034,2973.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2035,2973.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2036,2945.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2037,2916.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2038,2888.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2039,2859.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2040,2830.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2041,2802.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2042,2773.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2043,2745.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2044,2716.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2045,2688.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2046,2659.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2047,2631.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2048,2602.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2049,2573.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",capcost,2050,2545.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2010,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2011,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2012,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2013,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2014,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2015,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2016,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2017,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2018,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2019,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2020,83.67465988,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2021,83.808,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2022,86.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2023,86.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2024,85.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2025,85.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2026,84.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2027,84.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2028,84.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2029,83.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2030,83.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2031,82.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2032,82.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2033,81.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2034,81.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2035,81.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2036,80.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2037,79.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2038,79.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2039,78.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2040,77.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2041,77.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2042,76.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2043,75.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2044,75.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2045,74.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2046,74.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2047,73.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2048,72.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2049,72.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",fom,2050,71.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2010,8.83,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2011,8.790333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2012,8.750666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2013,8.711,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2014,8.671333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2015,8.631666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2016,8.592,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2017,8.552333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2018,8.512666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2019,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2020,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2021,8.49,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2022,8.49,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2023,8.466,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2024,8.442,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2025,8.419,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2026,8.395,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2027,8.371,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2028,8.347,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2029,8.324,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2030,8.3,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2031,8.276,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2032,8.253,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2033,8.205,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2034,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2035,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2036,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2037,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2038,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2039,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2040,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2041,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2042,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2043,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2044,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2045,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2046,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2047,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2048,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2049,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",heatrate,2050,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2010,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2011,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2012,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2013,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2014,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2015,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2016,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2017,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2018,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2019,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2020,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2021,9.1368,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2022,9.3,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2023,9.26,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2024,9.22,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2025,9.18,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2026,9.14,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2027,9.1,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2028,9.06,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2029,9.03,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2030,8.99,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2031,8.95,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2032,8.91,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2033,8.83,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2034,8.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2035,8.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2036,8.76,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2037,8.73,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2038,8.7,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2039,8.67,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2040,8.64,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2041,8.61,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2042,8.58,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2043,8.55,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2044,8.52,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2045,8.49,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2046,8.46,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2047,8.43,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2048,8.4,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2049,8.37,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Advanced,"{""i"":""Coal-new""}",vom,2050,8.34,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2010,3066.6202,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2011,3057.462693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2012,3048.305185,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2013,3039.147678,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2014,3029.990171,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2015,3020.832665,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2016,3011.675157,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2017,3002.51765,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2018,2993.360143,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2019,2984.202635,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2020,2903.736846,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2021,3085.236,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2022,3201.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2023,3183.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2024,3166.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2025,3148.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2026,3131.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2027,3113.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2028,3096.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2029,3078.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2030,3061.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2031,3043.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2032,3026.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2033,2991.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2034,2973.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2035,2973.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2036,2945.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2037,2916.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2038,2888.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2039,2859.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2040,2830.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2041,2802.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2042,2773.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2043,2745.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2044,2716.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2045,2688.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2046,2659.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2047,2631.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2048,2602.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2049,2573.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",capcost,2050,2545.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2010,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2011,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2012,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2013,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2014,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2015,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2016,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2017,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2018,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2019,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2020,83.67465988,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2021,83.808,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2022,86.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2023,86.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2024,85.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2025,85.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2026,84.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2027,84.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2028,84.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2029,83.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2030,83.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2031,82.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2032,82.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2033,81.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2034,81.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2035,81.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2036,80.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2037,79.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2038,79.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2039,78.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2040,77.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2041,77.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2042,76.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2043,75.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2044,75.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2045,74.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2046,74.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2047,73.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2048,72.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2049,72.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",fom,2050,71.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2010,8.83,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2011,8.790333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2012,8.750666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2013,8.711,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2014,8.671333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2015,8.631666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2016,8.592,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2017,8.552333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2018,8.512666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2019,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2020,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2021,8.49,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2022,8.49,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2023,8.466,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2024,8.442,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2025,8.419,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2026,8.395,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2027,8.371,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2028,8.347,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2029,8.324,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2030,8.3,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2031,8.276,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2032,8.253,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2033,8.205,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2034,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2035,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2036,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2037,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2038,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2039,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2040,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2041,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2042,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2043,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2044,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2045,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2046,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2047,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2048,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2049,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",heatrate,2050,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2010,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2011,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2012,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2013,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2014,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2015,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2016,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2017,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2018,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2019,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2020,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2021,9.1368,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2022,9.3,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2023,9.26,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2024,9.22,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2025,9.18,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2026,9.14,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2027,9.1,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2028,9.06,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2029,9.03,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2030,8.99,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2031,8.95,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2032,8.91,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2033,8.83,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2034,8.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2035,8.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2036,8.76,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2037,8.73,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2038,8.7,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2039,8.67,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2040,8.64,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2041,8.61,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2042,8.58,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2043,8.55,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2044,8.52,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2045,8.49,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2046,8.46,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2047,8.43,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2048,8.4,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2049,8.37,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Conservative,"{""i"":""Coal-new""}",vom,2050,8.34,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2010,3066.6202,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2011,3057.462693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2012,3048.305185,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2013,3039.147678,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2014,3029.990171,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2015,3020.832665,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2016,3011.675157,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2017,3002.51765,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2018,2993.360143,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2019,2984.202635,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2020,2903.736846,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2021,3085.236,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2022,3201.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2023,3183.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2024,3166.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2025,3148.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2026,3131.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2027,3113.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2028,3096.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2029,3078.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2030,3061.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2031,3043.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2032,3026.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2033,2991.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2034,2973.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2035,2973.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2036,2945.2,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2037,2916.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2038,2888.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2039,2859.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2040,2830.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2041,2802.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2042,2773.8,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2043,2745.3,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2044,2716.7,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2045,2688.1,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2046,2659.6,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2047,2631.0,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2048,2602.5,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2049,2573.9,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",capcost,2050,2545.4,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2010,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2011,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2012,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2013,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2014,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2015,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2016,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2017,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2018,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2019,82.18862648,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2020,83.67465988,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2021,83.808,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2022,86.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2023,86.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2024,85.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2025,85.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2026,84.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2027,84.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2028,84.1,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2029,83.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2030,83.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2031,82.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2032,82.5,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2033,81.7,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2034,81.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2035,81.2,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2036,80.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2037,79.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2038,79.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2039,78.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2040,77.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2041,77.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2042,76.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2043,75.9,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2044,75.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2045,74.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2046,74.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2047,73.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2048,72.6,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2049,72.0,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",fom,2050,71.3,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2010,8.83,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2011,8.790333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2012,8.750666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2013,8.711,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2014,8.671333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2015,8.631666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2016,8.592,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2017,8.552333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2018,8.512666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2019,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2020,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2021,8.49,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2022,8.49,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2023,8.466,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2024,8.442,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2025,8.419,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2026,8.395,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2027,8.371,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2028,8.347,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2029,8.324,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2030,8.3,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2031,8.276,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2032,8.253,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2033,8.205,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2034,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2035,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2036,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2037,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2038,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2039,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2040,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2041,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2042,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2043,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2044,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2045,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2046,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2047,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2048,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2049,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",heatrate,2050,8.182,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2010,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2011,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2012,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2013,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2014,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2015,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2016,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2017,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2018,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2019,8.997250754,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2020,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2021,9.1368,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2022,9.3,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2023,9.26,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2024,9.22,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2025,9.18,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2026,9.14,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2027,9.1,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2028,9.06,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2029,9.03,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2030,8.99,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2031,8.95,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2032,8.91,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2033,8.83,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2034,8.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2035,8.79,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2036,8.76,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2037,8.73,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2038,8.7,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2039,8.67,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2040,8.64,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2041,8.61,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2042,8.58,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2043,8.55,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2044,8.52,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2045,8.49,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2046,8.46,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2047,8.43,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2048,8.4,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2049,8.37,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,Coal-new,Moderate,"{""i"":""Coal-new""}",vom,2050,8.34,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2010,3029.248836,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2011,3020.202926,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2012,3011.157017,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2013,3002.111109,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2014,2993.065199,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2015,2984.01929,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2016,2974.973381,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2017,2965.927471,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2018,2956.881562,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2019,2947.835654,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2020,2938.789744,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2021,2929.743835,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2022,2920.697925,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2023,2901.475368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2024,2901.475368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2025,2884.514289,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2026,2853.984346,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2027,2823.454401,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2028,2791.79372,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2029,2760.133038,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2030,2725.080139,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2031,2694.550196,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2032,2658.366559,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2033,2621.052184,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2034,2602.960366,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2035,2584.868547,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2036,2565.64599,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2037,2547.554172,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2038,2529.462354,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2039,2513.632013,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2040,2495.540194,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2041,2475.186899,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2042,2458.225818,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2043,2441.264739,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2044,2424.30366,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2045,2409.604057,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2046,2392.642977,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2047,2373.42042,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2048,2354.197863,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2049,2336.106045,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",capcost,2050,2295.399453,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2010,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2011,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2012,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2013,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2014,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2015,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2016,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2017,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2018,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2019,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2020,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2021,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2022,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2023,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2024,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2025,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2026,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2027,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2028,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2029,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2030,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2031,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2032,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2033,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2034,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2035,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2036,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2037,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2038,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2039,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2040,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2041,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2042,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2043,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2044,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2045,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2046,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2047,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2048,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2049,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",heatrate,2050,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Advanced,"{""i"":""CoalOldScr""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2010,3029.248836,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2011,3020.202926,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2012,3011.157017,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2013,3002.111109,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2014,2993.065199,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2015,2984.01929,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2016,2974.973381,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2017,2965.927471,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2018,2956.881562,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2019,2947.835654,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2020,2938.789744,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2021,2929.743835,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2022,2920.697925,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2023,2901.475368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2024,2901.475368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2025,2884.514289,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2026,2853.984346,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2027,2823.454401,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2028,2791.79372,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2029,2760.133038,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2030,2725.080139,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2031,2694.550196,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2032,2658.366559,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2033,2621.052184,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2034,2602.960366,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2035,2584.868547,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2036,2565.64599,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2037,2547.554172,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2038,2529.462354,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2039,2513.632013,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2040,2495.540194,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2041,2475.186899,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2042,2458.225818,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2043,2441.264739,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2044,2424.30366,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2045,2409.604057,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2046,2392.642977,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2047,2373.42042,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2048,2354.197863,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2049,2336.106045,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",capcost,2050,2295.399453,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2010,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2011,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2012,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2013,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2014,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2015,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2016,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2017,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2018,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2019,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2020,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2021,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2022,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2023,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2024,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2025,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2026,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2027,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2028,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2029,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2030,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2031,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2032,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2033,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2034,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2035,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2036,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2037,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2038,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2039,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2040,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2041,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2042,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2043,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2044,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2045,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2046,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2047,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2048,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2049,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",heatrate,2050,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Conservative,"{""i"":""CoalOldScr""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2010,3029.248836,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2011,3020.202926,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2012,3011.157017,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2013,3002.111109,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2014,2993.065199,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2015,2984.01929,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2016,2974.973381,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2017,2965.927471,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2018,2956.881562,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2019,2947.835654,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2020,2938.789744,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2021,2929.743835,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2022,2920.697925,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2023,2901.475368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2024,2901.475368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2025,2884.514289,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2026,2853.984346,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2027,2823.454401,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2028,2791.79372,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2029,2760.133038,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2030,2725.080139,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2031,2694.550196,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2032,2658.366559,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2033,2621.052184,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2034,2602.960366,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2035,2584.868547,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2036,2565.64599,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2037,2547.554172,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2038,2529.462354,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2039,2513.632013,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2040,2495.540194,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2041,2475.186899,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2042,2458.225818,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2043,2441.264739,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2044,2424.30366,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2045,2409.604057,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2046,2392.642977,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2047,2373.42042,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2048,2354.197863,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2049,2336.106045,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",capcost,2050,2295.399453,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2010,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2011,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2012,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2013,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2014,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2015,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2016,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2017,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2018,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2019,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2020,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2021,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2022,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2023,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2024,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2025,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2026,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2027,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2028,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2029,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2030,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2031,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2032,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2033,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2034,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2035,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2036,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2037,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2038,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2039,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2040,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2041,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2042,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2043,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2044,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2045,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2046,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2047,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2048,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2049,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",heatrate,2050,9.984242986,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldScr,Moderate,"{""i"":""CoalOldScr""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2010,2361.107915,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2011,2352.062005,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2012,2343.016096,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2013,2333.970188,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2014,2324.924278,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2015,2315.878369,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2016,2306.832459,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2017,2297.78655,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2018,2288.740641,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2019,2279.694732,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2020,2270.648823,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2021,2261.602914,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2022,2252.557004,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2023,2233.334447,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2024,2233.334447,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2025,2216.373368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2026,2185.843425,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2027,2155.31348,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2028,2123.652799,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2029,2091.992117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2030,2056.939218,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2031,2026.409275,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2032,1990.225638,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2033,1952.911263,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2034,1934.819445,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2035,1916.727626,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2036,1897.505069,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2037,1879.413251,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2038,1861.321433,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2039,1845.491092,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2040,1827.399273,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2041,1807.045978,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2042,1790.084897,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2043,1773.123818,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2044,1756.162739,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2045,1741.463136,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2046,1724.502056,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2047,1705.279499,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2048,1686.056942,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2049,1667.965124,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",capcost,2050,1627.258533,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2010,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2011,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2012,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2013,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2014,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2015,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2016,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2017,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2018,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2019,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2020,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2021,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2022,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2023,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2024,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2025,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2026,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2027,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2028,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2029,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2030,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2031,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2032,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2033,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2034,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2035,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2036,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2037,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2038,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2039,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2040,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2041,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2042,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2043,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2044,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2045,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2046,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2047,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2048,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2049,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",heatrate,2050,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Advanced,"{""i"":""CoalOldUns""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2010,2361.107915,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2011,2352.062005,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2012,2343.016096,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2013,2333.970188,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2014,2324.924278,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2015,2315.878369,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2016,2306.832459,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2017,2297.78655,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2018,2288.740641,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2019,2279.694732,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2020,2270.648823,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2021,2261.602914,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2022,2252.557004,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2023,2233.334447,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2024,2233.334447,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2025,2216.373368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2026,2185.843425,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2027,2155.31348,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2028,2123.652799,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2029,2091.992117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2030,2056.939218,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2031,2026.409275,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2032,1990.225638,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2033,1952.911263,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2034,1934.819445,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2035,1916.727626,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2036,1897.505069,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2037,1879.413251,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2038,1861.321433,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2039,1845.491092,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2040,1827.399273,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2041,1807.045978,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2042,1790.084897,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2043,1773.123818,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2044,1756.162739,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2045,1741.463136,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2046,1724.502056,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2047,1705.279499,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2048,1686.056942,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2049,1667.965124,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",capcost,2050,1627.258533,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2010,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2011,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2012,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2013,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2014,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2015,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2016,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2017,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2018,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2019,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2020,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2021,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2022,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2023,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2024,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2025,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2026,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2027,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2028,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2029,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2030,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2031,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2032,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2033,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2034,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2035,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2036,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2037,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2038,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2039,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2040,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2041,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2042,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2043,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2044,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2045,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2046,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2047,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2048,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2049,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",heatrate,2050,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Conservative,"{""i"":""CoalOldUns""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2010,2361.107915,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2011,2352.062005,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2012,2343.016096,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2013,2333.970188,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2014,2324.924278,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2015,2315.878369,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2016,2306.832459,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2017,2297.78655,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2018,2288.740641,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2019,2279.694732,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2020,2270.648823,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2021,2261.602914,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2022,2252.557004,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2023,2233.334447,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2024,2233.334447,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2025,2216.373368,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2026,2185.843425,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2027,2155.31348,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2028,2123.652799,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2029,2091.992117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2030,2056.939218,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2031,2026.409275,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2032,1990.225638,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2033,1952.911263,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2034,1934.819445,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2035,1916.727626,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2036,1897.505069,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2037,1879.413251,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2038,1861.321433,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2039,1845.491092,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2040,1827.399273,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2041,1807.045978,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2042,1790.084897,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2043,1773.123818,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2044,1756.162739,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2045,1741.463136,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2046,1724.502056,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2047,1705.279499,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2048,1686.056942,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2049,1667.965124,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",capcost,2050,1627.258533,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2010,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2011,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2012,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2013,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2014,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2015,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2016,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2017,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2018,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2019,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2020,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2021,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2022,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2023,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2024,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2025,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2026,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2027,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2028,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2029,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2030,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2031,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2032,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2033,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2034,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2035,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2036,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2037,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2038,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2039,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2040,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2041,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2042,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2043,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2044,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2045,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2046,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2047,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2048,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2049,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",heatrate,2050,10.26026846,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CoalOldUns,Moderate,"{""i"":""CoalOldUns""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2010,3389.016969,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2011,3379.97106,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2012,3370.92515,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2013,3361.879241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2014,3352.833332,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2015,3343.787423,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2016,3334.741514,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2017,3325.695605,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2018,3316.649695,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2019,3307.603786,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2020,3298.557876,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2021,3289.511968,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2022,3280.466059,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2023,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2024,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2025,3244.282421,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2026,3213.752478,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2027,3183.222535,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2028,3151.561853,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2029,3119.90117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2030,3084.848272,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2031,3054.318329,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2032,3018.134693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2033,2980.820317,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2034,2962.728498,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2035,2944.636681,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2036,2925.414123,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2037,2907.322305,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2038,2889.230487,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2039,2873.400145,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2040,2855.308328,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2041,2834.955032,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2042,2817.993952,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2043,2801.032872,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2044,2784.071792,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2045,2769.37219,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2046,2752.41111,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2047,2733.188553,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2048,2713.965996,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2049,2695.874178,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",capcost,2050,2655.167586,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2010,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2011,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2012,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2013,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2014,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2015,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2016,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2017,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2018,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2019,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2020,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2021,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2022,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2023,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2024,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2025,80.73473941,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2026,80.28244395,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2027,79.83014848,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2028,79.37785302,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2029,78.92555757,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2030,78.47326211,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2031,78.02096665,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2032,77.5686712,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2033,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2034,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2035,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2036,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2037,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2038,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2039,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2040,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2041,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2042,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2043,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2044,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2045,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2046,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2047,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2048,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2049,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",fom,2050,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2010,8.83,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2011,8.790333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2012,8.750666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2013,8.711,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2014,8.671333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2015,8.631666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2016,8.592,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2017,8.552333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2018,8.512666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2019,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2020,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2021,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2022,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2023,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2024,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2025,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2026,8.386,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2027,8.3,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2028,8.213,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2029,8.126,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2030,8.04,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2031,7.953,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2032,7.866,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2033,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2034,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2035,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2036,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2037,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2038,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2039,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2040,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2041,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2042,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2043,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2044,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2045,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2046,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2047,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2048,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2049,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",heatrate,2050,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2010,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2011,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2012,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2013,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2014,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2015,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2016,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2017,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2018,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2019,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2020,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2021,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2022,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2023,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2024,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2025,8.819761448,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2026,8.763224515,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2027,8.695380197,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2028,8.627535878,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2029,8.570998945,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2030,8.503154627,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2031,8.435310308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2032,8.378773376,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2033,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2034,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2035,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2036,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2037,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2038,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2039,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2040,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2041,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2042,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2043,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2044,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2045,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2046,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2047,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2048,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2049,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Advanced,"{""i"":""CofireNew""}",vom,2050,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2010,3389.016969,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2011,3379.97106,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2012,3370.92515,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2013,3361.879241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2014,3352.833332,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2015,3343.787423,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2016,3334.741514,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2017,3325.695605,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2018,3316.649695,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2019,3307.603786,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2020,3298.557876,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2021,3289.511968,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2022,3280.466059,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2023,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2024,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2025,3244.282421,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2026,3213.752478,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2027,3183.222535,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2028,3151.561853,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2029,3119.90117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2030,3084.848272,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2031,3054.318329,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2032,3018.134693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2033,2980.820317,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2034,2962.728498,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2035,2944.636681,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2036,2925.414123,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2037,2907.322305,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2038,2889.230487,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2039,2873.400145,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2040,2855.308328,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2041,2834.955032,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2042,2817.993952,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2043,2801.032872,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2044,2784.071792,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2045,2769.37219,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2046,2752.41111,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2047,2733.188553,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2048,2713.965996,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2049,2695.874178,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",capcost,2050,2655.167586,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2010,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2011,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2012,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2013,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2014,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2015,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2016,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2017,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2018,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2019,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2020,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2021,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2022,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2023,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2024,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2025,80.73473941,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2026,80.28244395,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2027,79.83014848,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2028,79.37785302,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2029,78.92555757,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2030,78.47326211,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2031,78.02096665,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2032,77.5686712,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2033,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2034,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2035,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2036,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2037,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2038,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2039,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2040,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2041,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2042,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2043,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2044,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2045,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2046,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2047,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2048,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2049,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",fom,2050,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2010,8.83,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2011,8.790333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2012,8.750666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2013,8.711,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2014,8.671333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2015,8.631666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2016,8.592,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2017,8.552333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2018,8.512666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2019,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2020,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2021,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2022,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2023,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2024,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2025,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2026,8.386,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2027,8.3,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2028,8.213,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2029,8.126,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2030,8.04,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2031,7.953,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2032,7.866,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2033,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2034,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2035,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2036,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2037,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2038,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2039,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2040,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2041,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2042,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2043,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2044,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2045,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2046,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2047,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2048,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2049,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",heatrate,2050,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2010,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2011,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2012,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2013,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2014,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2015,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2016,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2017,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2018,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2019,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2020,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2021,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2022,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2023,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2024,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2025,8.819761448,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2026,8.763224515,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2027,8.695380197,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2028,8.627535878,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2029,8.570998945,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2030,8.503154627,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2031,8.435310308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2032,8.378773376,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2033,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2034,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2035,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2036,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2037,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2038,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2039,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2040,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2041,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2042,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2043,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2044,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2045,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2046,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2047,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2048,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2049,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Conservative,"{""i"":""CofireNew""}",vom,2050,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2010,3389.016969,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2011,3379.97106,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2012,3370.92515,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2013,3361.879241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2014,3352.833332,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2015,3343.787423,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2016,3334.741514,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2017,3325.695605,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2018,3316.649695,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2019,3307.603786,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2020,3298.557876,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2021,3289.511968,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2022,3280.466059,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2023,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2024,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2025,3244.282421,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2026,3213.752478,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2027,3183.222535,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2028,3151.561853,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2029,3119.90117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2030,3084.848272,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2031,3054.318329,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2032,3018.134693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2033,2980.820317,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2034,2962.728498,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2035,2944.636681,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2036,2925.414123,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2037,2907.322305,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2038,2889.230487,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2039,2873.400145,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2040,2855.308328,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2041,2834.955032,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2042,2817.993952,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2043,2801.032872,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2044,2784.071792,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2045,2769.37219,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2046,2752.41111,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2047,2733.188553,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2048,2713.965996,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2049,2695.874178,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",capcost,2050,2655.167586,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2010,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2011,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2012,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2013,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2014,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2015,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2016,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2017,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2018,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2019,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2020,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2021,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2022,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2023,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2024,81.18703486,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2025,80.73473941,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2026,80.28244395,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2027,79.83014848,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2028,79.37785302,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2029,78.92555757,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2030,78.47326211,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2031,78.02096665,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2032,77.5686712,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2033,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2034,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2035,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2036,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2037,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2038,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2039,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2040,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2041,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2042,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2043,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2044,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2045,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2046,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2047,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2048,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2049,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",fom,2050,77.11637574,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2010,8.83,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2011,8.790333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2012,8.750666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2013,8.711,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2014,8.671333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2015,8.631666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2016,8.592,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2017,8.552333333,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2018,8.512666667,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2019,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2020,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2021,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2022,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2023,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2024,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2025,8.473,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2026,8.386,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2027,8.3,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2028,8.213,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2029,8.126,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2030,8.04,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2031,7.953,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2032,7.866,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2033,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2034,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2035,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2036,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2037,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2038,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2039,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2040,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2041,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2042,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2043,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2044,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2045,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2046,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2047,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2048,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2049,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",heatrate,2050,7.78,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2010,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2011,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2012,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2013,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2014,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2015,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2016,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2017,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2018,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2019,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2020,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2021,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2022,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2023,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2024,8.887605766,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2025,8.819761448,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2026,8.763224515,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2027,8.695380197,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2028,8.627535878,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2029,8.570998945,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2030,8.503154627,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2031,8.435310308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2032,8.378773376,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2033,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2034,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2035,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2036,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2037,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2038,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2039,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2040,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2041,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2042,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2043,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2044,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2045,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2046,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2047,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2048,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2049,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireNew,Moderate,"{""i"":""CofireNew""}",vom,2050,8.310929057,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2010,3389.016969,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2011,3379.97106,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2012,3370.92515,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2013,3361.879241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2014,3352.833332,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2015,3343.787423,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2016,3334.741514,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2017,3325.695605,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2018,3316.649695,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2019,3307.603786,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2020,3298.557876,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2021,3289.511968,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2022,3280.466059,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2023,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2024,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2025,3244.282421,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2026,3213.752478,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2027,3183.222535,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2028,3151.561853,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2029,3119.90117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2030,3084.848272,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2031,3054.318329,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2032,3018.134693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2033,2980.820317,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2034,2962.728498,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2035,2944.636681,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2036,2925.414123,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2037,2907.322305,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2038,2889.230487,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2039,2873.400145,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2040,2855.308328,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2041,2834.955032,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2042,2817.993952,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2043,2801.032872,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2044,2784.071792,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2045,2769.37219,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2046,2752.41111,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2047,2733.188553,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2048,2713.965996,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2049,2695.874178,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",capcost,2050,2655.167586,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2010,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2011,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2012,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2013,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2014,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2015,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2016,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2017,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2018,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2019,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2020,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2021,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2022,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2023,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2024,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2025,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2026,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2027,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2028,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2029,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2030,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2031,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2032,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2033,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2034,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2035,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2036,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2037,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2038,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2039,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2040,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2041,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2042,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2043,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2044,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2045,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2046,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2047,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2048,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2049,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",heatrate,2050,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Advanced,"{""i"":""CofireOld""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2010,3389.016969,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2011,3379.97106,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2012,3370.92515,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2013,3361.879241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2014,3352.833332,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2015,3343.787423,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2016,3334.741514,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2017,3325.695605,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2018,3316.649695,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2019,3307.603786,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2020,3298.557876,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2021,3289.511968,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2022,3280.466059,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2023,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2024,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2025,3244.282421,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2026,3213.752478,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2027,3183.222535,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2028,3151.561853,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2029,3119.90117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2030,3084.848272,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2031,3054.318329,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2032,3018.134693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2033,2980.820317,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2034,2962.728498,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2035,2944.636681,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2036,2925.414123,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2037,2907.322305,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2038,2889.230487,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2039,2873.400145,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2040,2855.308328,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2041,2834.955032,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2042,2817.993952,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2043,2801.032872,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2044,2784.071792,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2045,2769.37219,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2046,2752.41111,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2047,2733.188553,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2048,2713.965996,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2049,2695.874178,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",capcost,2050,2655.167586,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2010,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2011,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2012,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2013,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2014,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2015,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2016,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2017,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2018,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2019,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2020,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2021,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2022,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2023,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2024,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2025,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2026,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2027,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2028,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2029,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2030,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2031,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2032,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2033,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2034,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2035,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2036,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2037,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2038,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2039,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2040,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2041,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2042,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2043,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2044,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2045,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2046,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2047,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2048,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2049,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",heatrate,2050,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Conservative,"{""i"":""CofireOld""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2010,3389.016969,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2011,3379.97106,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2012,3370.92515,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2013,3361.879241,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2014,3352.833332,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2015,3343.787423,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2016,3334.741514,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2017,3325.695605,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2018,3316.649695,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2019,3307.603786,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2020,3298.557876,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2021,3289.511968,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2022,3280.466059,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2023,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2024,3261.243502,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2025,3244.282421,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2026,3213.752478,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2027,3183.222535,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2028,3151.561853,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2029,3119.90117,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2030,3084.848272,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2031,3054.318329,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2032,3018.134693,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2033,2980.820317,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2034,2962.728498,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2035,2944.636681,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2036,2925.414123,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2037,2907.322305,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2038,2889.230487,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2039,2873.400145,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2040,2855.308328,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2041,2834.955032,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2042,2817.993952,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2043,2801.032872,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2044,2784.071792,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2045,2769.37219,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2046,2752.41111,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2047,2733.188553,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2048,2713.965996,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2049,2695.874178,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",capcost,2050,2655.167586,USD/kW,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2010,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2011,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2012,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2013,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2014,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2015,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2016,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2017,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2018,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2019,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2020,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2021,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2022,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2023,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2024,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2025,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2026,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2027,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2028,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2029,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2030,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2031,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2032,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2033,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2034,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2035,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2036,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2037,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2038,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2039,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2040,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2041,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2042,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2043,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2044,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2045,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2046,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2047,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2048,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2049,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",fom,2050,41.49039589,USD/kW-yr,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2010,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2011,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2012,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2013,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2014,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2015,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2016,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2017,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2018,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2019,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2020,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2021,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2022,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2023,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2024,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2025,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2026,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2027,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2028,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2029,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2030,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2031,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2032,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2033,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2034,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2035,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2036,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2037,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2038,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2039,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2040,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2041,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2042,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2043,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2044,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2045,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2046,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2047,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2048,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2049,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",heatrate,2050,10.74020434,MMBtu/MWh,,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2010,7.345591952,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2011,7.498498976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2012,7.651405997,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2013,7.804313019,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2014,7.957220041,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2015,8.110127063,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2016,8.27894877,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2017,8.447770478,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2018,8.616592186,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2019,8.785413895,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2020,8.954235602,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2021,9.140628409,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2022,9.327021215,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2023,9.513414022,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2024,9.699806829,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2025,9.886199635,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2026,10.09199235,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2027,10.29778508,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2028,10.50357779,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2029,10.70937051,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2030,10.91516323,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2031,11.14237502,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2032,11.36958682,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2033,11.59679861,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2034,11.8240104,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2035,12.05122218,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2036,12.30208237,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2037,12.55294255,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2038,12.80380272,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2039,13.0546629,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2040,13.30552308,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2041,13.58249298,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2042,13.85946288,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2043,14.13643279,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2044,14.4134027,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2045,14.6903726,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2046,14.99616976,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2047,15.30196691,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2048,15.60776407,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2049,15.91356123,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal,CofireOld,Moderate,"{""i"":""CofireOld""}",vom,2050,16.21935838,USD/MWh,2022,manual,coal_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal_ATB_2024_moderate.csv"",""sha256"":""255ed09fbe35cf731a801cf0d72e8f94e209c8d7d24e9aabf0abe0e9f374896e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2010,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2011,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2012,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2013,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2014,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2015,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2016,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2017,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2018,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2019,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2020,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2021,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2022,5312.5,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2023,5236.4,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2024,5160.3,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2025,5084.3,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2026,5008.2,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2027,4932.1,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2028,4856.0,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2029,4779.9,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2030,4703.8,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2031,4627.7,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2032,4551.6,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2033,4399.4,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2034,4323.3,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2035,4323.3,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2036,4274.2,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2037,4225.0,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2038,4175.8,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2039,4126.6,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2040,4077.4,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2041,4028.2,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2042,3979.0,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2043,3929.8,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2044,3880.6,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2045,3831.4,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2046,3782.2,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2047,3733.0,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2048,3683.8,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2049,3634.6,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",capcost,2050,3585.4,USD/kW,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2010,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2011,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2012,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2013,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2014,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2015,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2016,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2017,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2018,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2019,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2020,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2021,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2022,137.2,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2023,135.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2024,133.7,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2025,132.0,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2026,130.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2027,128.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2028,126.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2029,125.0,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2030,123.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2031,121.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2032,119.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2033,116.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2034,114.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2035,114.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2036,113.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2037,112.2,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2038,111.1,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2039,110.0,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2040,108.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2041,107.7,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2042,106.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2043,105.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2044,104.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2045,103.1,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2046,102.0,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2047,100.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2048,99.7,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2049,98.6,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",fom,2050,97.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2010,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2011,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2012,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2013,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2014,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2015,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2016,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2017,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2018,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2019,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2020,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2021,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2022,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2023,10.825,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2024,10.713,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2025,10.601,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2026,10.488,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2027,10.376,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2028,10.263,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2029,10.151,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2030,10.038,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2031,9.926,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2032,9.813,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2033,9.588,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2034,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2035,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2036,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2037,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2038,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2039,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2040,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2041,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2042,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2043,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2044,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2045,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2046,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2047,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2048,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2049,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",heatrate,2050,9.476,MMBtu/MWh,,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2010,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2011,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2012,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2013,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2014,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2015,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2016,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2017,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2018,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2019,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2020,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2021,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2022,16.12,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2023,15.88,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2024,15.64,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2025,15.4,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2026,15.16,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2027,14.92,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2028,14.68,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2029,14.44,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2030,14.2,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2031,13.95,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2032,13.71,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2033,13.23,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2034,12.99,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2035,12.99,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2036,12.94,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2037,12.89,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2038,12.83,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2039,12.78,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2040,12.73,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2041,12.68,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2042,12.62,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2043,12.57,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2044,12.52,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2045,12.47,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2046,12.41,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2047,12.36,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2048,12.31,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2049,12.26,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Advanced,"{""i"":""coal-CCS_mod""}",vom,2050,12.2,USD/MWh,2022,manual,coal-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_advanced.csv"",""sha256"":""eeaf56e234ef31a92af73f8084c5aa35ec1ebdd7feb1a084e6c9557fe978ddd0"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2010,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2011,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2012,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2013,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2014,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2015,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2016,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2017,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2018,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2019,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2020,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2021,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2022,5312.5,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2023,5263.5,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2024,5214.4,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2025,5165.3,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2026,5116.3,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2027,5067.2,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2028,5018.2,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2029,4969.1,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2030,4920.0,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2031,4871.0,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2032,4821.9,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2033,4723.8,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2034,4674.7,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2035,4674.7,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2036,4625.7,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2037,4576.6,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2038,4527.5,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2039,4478.5,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2040,4429.4,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2041,4380.4,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2042,4331.3,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2043,4282.2,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2044,4233.2,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2045,4184.1,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2046,4135.1,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2047,4086.0,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2048,4036.9,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2049,3987.9,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",capcost,2050,3938.8,USD/kW,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2010,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2011,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2012,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2013,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2014,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2015,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2016,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2017,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2018,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2019,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2020,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2021,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2022,137.2,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2023,136.1,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2024,135.0,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2025,133.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2026,132.7,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2027,131.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2028,130.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2029,129.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2030,128.1,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2031,127.0,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2032,125.9,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2033,123.6,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2034,122.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2035,122.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2036,121.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2037,120.2,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2038,119.0,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2039,117.9,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2040,116.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2041,115.6,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2042,114.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2043,113.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2044,112.2,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2045,111.1,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2046,109.9,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2047,108.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2048,107.6,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2049,106.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",fom,2050,105.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2010,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2011,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2012,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2013,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2014,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2015,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2016,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2017,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2018,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2019,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2020,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2021,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2022,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2023,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2024,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2025,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2026,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2027,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2028,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2029,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2030,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2031,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2032,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2033,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2034,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2035,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2036,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2037,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2038,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2039,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2040,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2041,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2042,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2043,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2044,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2045,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2046,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2047,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2048,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2049,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",heatrate,2050,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2010,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2011,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2012,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2013,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2014,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2015,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2016,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2017,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2018,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2019,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2020,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2021,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2022,16.12,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2023,16.07,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2024,16.01,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2025,15.96,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2026,15.91,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2027,15.86,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2028,15.81,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2029,15.75,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2030,15.7,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2031,15.65,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2032,15.6,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2033,15.49,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2034,15.44,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2035,15.44,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2036,15.39,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2037,15.33,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2038,15.28,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2039,15.23,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2040,15.18,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2041,15.12,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2042,15.07,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2043,15.02,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2044,14.97,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2045,14.91,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2046,14.86,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2047,14.81,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2048,14.76,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2049,14.7,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Conservative,"{""i"":""coal-CCS_mod""}",vom,2050,14.65,USD/MWh,2022,manual,coal-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_conservative.csv"",""sha256"":""60fde531fa832d7250b94e1befc236b4f2b4c94f4d700b16508847d958852d78"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2010,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2011,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2012,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2013,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2014,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2015,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2016,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2017,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2018,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2019,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2020,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2021,5125.032,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2022,5312.5,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2023,5250.0,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2024,5187.4,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2025,5124.8,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2026,5062.2,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2027,4999.6,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2028,4937.1,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2029,4874.5,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2030,4811.9,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2031,4749.3,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2032,4686.8,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2033,4561.6,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2034,4499.0,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2035,4499.0,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2036,4449.9,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2037,4400.8,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2038,4351.7,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2039,4302.5,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2040,4253.4,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2041,4204.3,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2042,4155.1,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2043,4106.0,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2044,4056.9,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2045,4007.8,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2046,3958.6,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2047,3909.5,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2048,3860.4,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2049,3811.2,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",capcost,2050,3762.1,USD/kW,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2010,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2011,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2012,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2013,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2014,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2015,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2016,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2017,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2018,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2019,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2020,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2021,131.868,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2022,137.2,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2023,135.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2024,134.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2025,132.9,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2026,131.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2027,130.0,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2028,128.6,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2029,127.1,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2030,125.7,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2031,124.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2032,122.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2033,119.9,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2034,118.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2035,118.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2036,117.3,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2037,116.2,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2038,115.1,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2039,113.9,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2040,112.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2041,111.6,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2042,110.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2043,109.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2044,108.2,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2045,107.1,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2046,105.9,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2047,104.8,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2048,103.7,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2049,102.5,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",fom,2050,101.4,USD/kW-yr,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2010,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2011,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2012,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2013,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2014,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2015,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2016,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2017,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2018,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2019,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2020,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2021,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2022,10.938,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2023,10.882,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2024,10.825,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2025,10.769,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2026,10.713,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2027,10.657,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2028,10.601,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2029,10.544,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2030,10.488,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2031,10.432,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2032,10.376,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2033,10.319,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2034,10.263,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2035,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2036,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2037,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2038,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2039,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2040,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2041,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2042,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2043,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2044,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2045,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2046,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2047,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2048,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2049,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",heatrate,2050,10.207,MMBtu/MWh,,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2010,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2011,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2012,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2013,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2014,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2015,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2016,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2017,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2018,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2019,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2020,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2021,15.8652,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2022,16.12,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2023,15.97,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2024,15.83,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2025,15.68,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2026,15.53,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2027,15.39,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2028,15.24,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2029,15.09,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2030,14.95,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2031,14.8,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2032,14.65,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2033,14.36,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2034,14.22,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2035,14.22,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2036,14.16,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2037,14.11,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2038,14.06,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2039,14.01,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2040,13.95,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2041,13.9,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2042,13.85,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2043,13.8,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2044,13.74,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2045,13.69,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2046,13.64,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2047,13.59,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2048,13.53,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2049,13.48,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,coal-ccs,coal-CCS_mod,Moderate,"{""i"":""coal-CCS_mod""}",vom,2050,13.43,USD/MWh,2022,manual,coal-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""coal-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/coal-ccs_ATB_2024_moderate.csv"",""sha256"":""b6f666e2a561f89c41d2cf4277c102ae1d06c863bba5357912c3fc4ce0e01aa8"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""coal-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2010,10118.39247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2011,10118.39247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2012,10118.39247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2013,10118.39247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2014,10118.39247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2015,10118.39247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2016,10118.39247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2017,10118.39247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2018,9655.056558,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2019,9205.528937,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2020,8731.09044,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2021,8256.651943,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2022,8233.260436,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2023,7739.254931,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2024,7245.249426,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2025,6751.243921,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2026,6257.238416,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2027,5763.232911,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2028,5269.227406,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2029,4775.221901,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2030,4281.216396,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2031,4227.701191,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2032,4174.185986,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2033,4120.670781,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2034,4067.155576,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2035,4013.640371,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2036,3960.125167,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2037,3906.609962,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2038,3853.094757,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2039,3799.579552,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2040,3746.064347,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2041,3692.549142,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2042,3639.033937,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2043,3585.518732,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2044,3532.003527,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2045,3478.488322,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2046,3424.973117,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2047,3371.457912,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2048,3317.942707,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2049,3264.427502,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",capcost,2050,3210.912297,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2010,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2011,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2012,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2013,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2014,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2015,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2016,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2017,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2018,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2019,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2020,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2021,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2022,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2023,79.48315384,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2024,75.33255037,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2025,71.18194689,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2026,67.03134342,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2027,62.88073995,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2028,58.73013647,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2029,54.579533,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2030,50.42892953,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2031,50.14876881,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2032,49.86860809,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2033,49.58844737,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2034,49.30828665,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2035,49.02812593,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2036,48.74796521,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2037,48.46780449,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2038,48.18764377,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2039,47.90748305,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2040,47.62732233,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2041,47.34716161,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2042,47.06700089,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2043,46.78684017,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2044,46.50667945,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2045,46.22651873,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2046,45.94635801,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2047,45.66619729,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2048,45.38603657,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2049,45.10587585,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",fom,2050,44.82571513,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2018,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2019,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2020,4.621539781,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2021,4.43513441,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2022,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2023,4.288366904,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2024,4.141610314,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2025,3.994853725,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2026,3.848097135,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2027,3.701340545,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2028,3.554583955,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2029,3.407827366,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2030,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2031,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2032,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2033,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2034,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2035,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2036,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2037,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2038,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2039,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2040,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2041,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2042,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2043,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2044,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2045,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2046,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2047,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2048,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2049,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Advanced,"{""type"":""csp1""}",vom,2050,3.261070776,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2010,10118.39247,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2011,10118.39247,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2012,10118.39247,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2013,10118.39247,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2014,10118.39247,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2015,10118.39247,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2016,10118.39247,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2017,10118.39247,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2018,9655.056558,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2019,9205.528937,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2020,8731.09044,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2021,8256.651943,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2022,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2023,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2024,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2025,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2026,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2027,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2028,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2029,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2030,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2031,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2032,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2033,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2034,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2035,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2036,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2037,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2038,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2039,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2040,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2041,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2042,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2043,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2044,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2045,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2046,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2047,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2048,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2049,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",capcost,2050,8233.260436,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2010,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2011,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2012,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2013,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2014,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2015,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2016,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2017,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2018,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2019,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2020,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2021,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2022,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2023,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2024,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2025,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2026,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2027,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2028,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2029,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2030,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2031,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2032,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2033,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2034,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2035,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2036,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2037,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2038,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2039,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2040,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2041,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2042,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2043,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2044,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2045,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2046,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2047,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2048,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2049,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",fom,2050,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2018,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2019,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2020,4.621539781,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2021,4.43513441,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2022,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2023,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2024,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2025,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2026,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2027,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2028,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2029,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2030,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2031,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2032,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2033,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2034,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2035,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2036,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2037,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2038,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2039,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2040,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2041,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2042,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2043,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2044,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2045,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2046,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2047,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2048,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2049,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Conservative,"{""type"":""csp1""}",vom,2050,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2010,10118.39247,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2011,10118.39247,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2012,10118.39247,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2013,10118.39247,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2014,10118.39247,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2015,10118.39247,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2016,10118.39247,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2017,10118.39247,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2018,9655.056558,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2019,9205.528937,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2020,8731.09044,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2021,8256.651943,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2022,8233.260436,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2023,7873.042943,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2024,7512.825451,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2025,7152.607958,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2026,6792.390466,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2027,6432.172973,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2028,6071.95548,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2029,5711.737988,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2030,5351.520495,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2031,5313.295349,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2032,5275.070203,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2033,5236.845056,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2034,5198.61991,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2035,5160.394763,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2036,5122.169617,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2037,5083.944471,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2038,5045.719324,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2039,5007.494178,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2040,4969.269031,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2041,4931.043885,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2042,4892.818739,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2043,4854.593592,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2044,4816.368446,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2045,4778.143299,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2046,4739.918153,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2047,4701.693007,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2048,4663.46786,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2049,4625.242714,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",capcost,2050,4587.017567,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2010,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2011,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2012,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2013,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2014,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2015,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2016,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2017,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2018,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2019,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2020,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2021,83.63396315,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2022,83.63375731,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2023,80.88395744,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2024,78.13415756,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2025,75.38435769,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2026,72.63455781,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2027,69.88475794,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2028,67.13495806,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2029,64.38515818,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2030,61.63535831,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2031,61.46726188,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2032,61.29916545,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2033,61.13106901,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2034,60.96297258,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2035,60.79487615,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2036,60.62677972,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2037,60.45868329,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2038,60.29058686,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2039,60.12249042,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2040,59.95439399,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2041,59.78629756,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2042,59.61820113,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2043,59.4501047,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2044,59.28200826,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2045,59.11391183,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2046,58.9458154,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2047,58.77771897,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2048,58.60962254,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2049,58.44152611,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",fom,2050,58.27342967,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2018,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2019,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2020,4.621539781,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2021,4.43513441,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2022,4.435123494,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2023,4.300974137,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2024,4.166824779,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2025,4.032675422,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2026,3.898526064,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2027,3.764376707,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2028,3.63022735,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2029,3.496077992,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2030,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2031,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2032,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2033,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2034,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2035,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2036,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2037,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2038,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2039,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2040,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2041,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2042,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2043,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2044,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2045,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2046,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2047,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2048,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2049,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp1,Moderate,"{""type"":""csp1""}",vom,2050,3.361928635,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2010,9022.519272,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2011,9022.519272,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2012,9022.519272,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2013,9022.519272,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2014,9022.519272,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2015,9022.519272,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2016,9022.519272,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2017,9022.519272,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2018,8605.929835,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2019,7448.628019,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2020,7408.195726,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2021,7367.763433,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2022,7346.908275,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2023,6906.084963,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2024,6465.261651,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2025,6024.438339,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2026,5583.615028,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2027,5142.791716,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2028,4701.968404,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2029,4261.145092,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2030,3820.32178,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2031,3772.567758,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2032,3724.813736,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2033,3677.059714,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2034,3629.305691,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2035,3581.551669,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2036,3533.797647,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2037,3486.043625,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2038,3438.289602,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2039,3390.53558,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2040,3342.781558,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2041,3295.027536,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2042,3247.273513,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2043,3199.519491,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2044,3151.765469,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2045,3104.011447,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2046,3056.257424,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2047,3008.503402,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2048,2960.74938,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2049,2912.995358,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",capcost,2050,2865.241335,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2018,77.39619026,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2019,75.10677024,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2020,74.86846512,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2021,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2022,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2023,70.92639,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2024,67.22262,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2025,63.51885,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2026,59.81508,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2027,56.11131,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2028,52.40754,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2029,48.70377,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2030,45.0,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2031,44.75,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2032,44.5,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2033,44.25,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2034,44.0,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2035,43.75,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2036,43.5,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2037,43.25,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2038,43.0,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2039,42.75,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2040,42.5,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2041,42.25,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2042,42.0,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2043,41.75,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2044,41.5,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2045,41.25,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2046,41.0,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2047,40.75,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2048,40.5,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2049,40.25,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",fom,2050,40.0,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2018,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2019,4.006648147,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2020,3.982154074,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2021,3.95766,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2022,3.95766,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2023,3.8267025,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2024,3.695745,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2025,3.5647875,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2026,3.43383,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2027,3.3028725,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2028,3.171915,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2029,3.0409575,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2030,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2031,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2032,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2033,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2034,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2035,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2036,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2037,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2038,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2039,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2040,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2041,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2042,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2043,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2044,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2045,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2046,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2047,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2048,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2049,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Advanced,"{""type"":""csp2""}",vom,2050,2.91,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2010,9022.519272,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2011,9022.519272,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2012,9022.519272,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2013,9022.519272,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2014,9022.519272,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2015,9022.519272,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2016,9022.519272,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2017,9022.519272,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2018,8605.929835,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2019,7448.628019,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2020,7408.195726,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2021,7367.763433,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2022,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2023,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2024,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2025,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2026,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2027,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2028,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2029,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2030,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2031,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2032,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2033,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2034,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2035,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2036,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2037,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2038,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2039,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2040,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2041,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2042,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2043,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2044,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2045,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2046,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2047,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2048,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2049,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",capcost,2050,7346.908275,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2018,77.39619026,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2019,75.10677024,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2020,74.86846512,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2021,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2022,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2023,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2024,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2025,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2026,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2027,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2028,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2029,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2030,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2031,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2032,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2033,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2034,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2035,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2036,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2037,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2038,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2039,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2040,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2041,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2042,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2043,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2044,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2045,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2046,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2047,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2048,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2049,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",fom,2050,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2018,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2019,4.006648147,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2020,3.982154074,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2021,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2022,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2023,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2024,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2025,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2026,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2027,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2028,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2029,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2030,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2031,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2032,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2033,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2034,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2035,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2036,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2037,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2038,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2039,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2040,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2041,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2042,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2043,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2044,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2045,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2046,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2047,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2048,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2049,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Conservative,"{""type"":""csp2""}",vom,2050,3.95766,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2010,9022.519272,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2011,9022.519272,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2012,9022.519272,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2013,9022.519272,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2014,9022.519272,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2015,9022.519272,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2016,9022.519272,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2017,9022.519272,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2018,8605.929835,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2019,7448.628019,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2020,7408.195726,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2021,7367.763433,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2022,7346.908275,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2023,7025.470019,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2024,6704.031762,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2025,6382.593506,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2026,6061.15525,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2027,5739.716994,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2028,5418.278738,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2029,5096.840482,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2030,4775.402226,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2031,4741.29221,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2032,4707.182194,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2033,4673.072178,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2034,4638.962162,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2035,4604.852146,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2036,4570.74213,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2037,4536.632114,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2038,4502.522098,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2039,4468.412082,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2040,4434.302067,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2041,4400.192051,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2042,4366.082035,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2043,4331.972019,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2044,4297.862003,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2045,4263.751987,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2046,4229.641971,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2047,4195.531955,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2048,4161.421939,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2049,4127.311924,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",capcost,2050,4093.201908,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2018,77.39619026,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2019,75.10677024,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2020,74.86846512,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2021,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2022,74.63016,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2023,72.17639,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2024,69.72262,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2025,67.26885,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2026,64.81508,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2027,62.36131,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2028,59.90754,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2029,57.45377,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2030,55.0,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2031,54.85,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2032,54.7,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2033,54.55,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2034,54.4,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2035,54.25,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2036,54.1,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2037,53.95,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2038,53.8,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2039,53.65,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2040,53.5,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2041,53.35,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2042,53.2,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2043,53.05,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2044,52.9,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2045,52.75,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2046,52.6,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2047,52.45,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2048,52.3,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2049,52.15,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",fom,2050,52.0,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2018,4.807945152,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2019,4.006648147,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2020,3.982154074,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2021,3.95766,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2022,3.95766,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2023,3.8379525,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2024,3.718245,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2025,3.5985375,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2026,3.47883,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2027,3.3591225,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2028,3.239415,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2029,3.1197075,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2030,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2031,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2032,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2033,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2034,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2035,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2036,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2037,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2038,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2039,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2040,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2041,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2042,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2043,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2044,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2045,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2046,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2047,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2048,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2049,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp2,Moderate,"{""type"":""csp2""}",vom,2050,3.0,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2010,6378.213448,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2011,6378.213448,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2012,6378.213448,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2013,6378.213448,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2014,6378.213448,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2015,6378.213448,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2016,6378.213448,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2017,6378.213448,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2018,6290.932719,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2019,6036.47607,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2020,5631.600376,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2021,5226.724683,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2022,5211.052733,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2023,4898.383316,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2024,4585.7139,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2025,4273.044483,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2026,3960.375067,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2027,3647.70565,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2028,3335.036234,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2029,3022.366817,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2030,2709.697401,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2031,2675.826183,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2032,2641.954966,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2033,2608.083748,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2034,2574.212531,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2035,2540.341313,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2036,2506.470096,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2037,2472.598878,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2038,2438.727661,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2039,2404.856443,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2040,2370.985226,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2041,2337.114008,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2042,2303.24279,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2043,2269.371573,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2044,2235.500355,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2045,2201.629138,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2046,2167.75792,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2047,2133.886703,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2048,2100.015485,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2049,2066.144268,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",capcost,2050,2032.27305,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2018,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2019,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2020,65.86614726,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2021,52.94297284,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2022,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2023,50.30703319,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2024,47.68000424,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2025,45.05297528,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2026,42.42594632,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2027,39.79891737,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2028,37.17188841,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2029,34.54485945,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2030,31.9178305,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2031,31.74050921,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2032,31.56318793,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2033,31.38586665,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2034,31.20854537,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2035,31.03122409,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2036,30.85390281,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2037,30.67658153,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2038,30.49926025,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2039,30.32193897,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2040,30.14461769,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2041,29.96729641,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2042,29.78997513,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2043,29.61265385,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2044,29.43533257,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2045,29.25801129,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2046,29.08069001,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2047,28.90336873,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2048,28.72604745,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2049,28.54872617,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",fom,2050,28.37140488,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2018,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2019,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2020,3.851035029,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2021,2.807581893,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2022,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2023,2.71422315,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2024,2.621336944,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2025,2.528450737,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2026,2.435564531,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2027,2.342678325,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2028,2.249792118,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2029,2.156905912,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2030,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2031,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2032,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2033,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2034,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2035,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2036,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2037,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2038,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2039,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2040,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2041,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2042,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2043,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2044,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2045,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2046,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2047,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2048,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2049,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Advanced,"{""type"":""csp3""}",vom,2050,2.064019705,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2010,6378.213448,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2011,6378.213448,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2012,6378.213448,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2013,6378.213448,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2014,6378.213448,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2015,6378.213448,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2016,6378.213448,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2017,6378.213448,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2018,6290.932719,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2019,6036.47607,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2020,5631.600376,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2021,5226.724683,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2022,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2023,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2024,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2025,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2026,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2027,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2028,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2029,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2030,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2031,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2032,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2033,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2034,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2035,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2036,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2037,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2038,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2039,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2040,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2041,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2042,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2043,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2044,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2045,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2046,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2047,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2048,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2049,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",capcost,2050,5211.052733,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2018,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2019,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2020,65.86614726,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2021,52.94297284,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2022,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2023,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2024,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2025,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2026,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2027,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2028,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2029,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2030,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2031,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2032,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2033,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2034,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2035,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2036,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2037,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2038,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2039,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2040,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2041,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2042,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2043,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2044,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2045,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2046,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2047,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2048,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2049,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",fom,2050,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2018,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2019,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2020,3.851035029,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2021,2.807581893,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2022,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2023,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2024,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2025,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2026,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2027,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2028,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2029,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2030,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2031,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2032,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2033,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2034,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2035,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2036,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2037,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2038,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2039,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2040,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2041,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2042,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2043,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2044,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2045,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2046,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2047,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2048,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2049,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Conservative,"{""type"":""csp3""}",vom,2050,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2010,6378.213448,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2011,6378.213448,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2012,6378.213448,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2013,6378.213448,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2014,6378.213448,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2015,6378.213448,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2016,6378.213448,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2017,6378.213448,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2018,6290.932719,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2019,6036.47607,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2020,5631.600376,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2021,5226.724683,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2022,5211.052733,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2023,4983.06136,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2024,4755.069987,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2025,4527.078615,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2026,4299.087242,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2027,4071.095869,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2028,3843.104496,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2029,3615.113123,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2030,3387.121751,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2031,3362.928024,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2032,3338.734297,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2033,3314.54057,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2034,3290.346844,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2035,3266.153117,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2036,3241.95939,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2037,3217.765663,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2038,3193.571936,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2039,3169.37821,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2040,3145.184483,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2041,3120.990756,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2042,3096.797029,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2043,3072.603302,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2044,3048.409576,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2045,3024.215849,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2046,3000.022122,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2047,2975.828395,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2048,2951.634668,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2049,2927.440942,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",capcost,2050,2903.247215,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2018,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2019,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2020,65.86614726,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2021,52.94297284,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2022,52.93406215,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2023,51.1936396,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2024,49.45321704,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2025,47.71279449,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2026,45.97237193,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2027,44.23194938,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2028,42.49152682,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2029,40.75110427,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2030,39.01068172,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2031,38.90428895,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2032,38.79789618,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2033,38.69150341,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2034,38.58511064,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2035,38.47871788,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2036,38.37232511,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2037,38.26593234,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2038,38.15953957,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2039,38.0531468,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2040,37.94675403,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2041,37.84036127,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2042,37.7339685,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2043,37.62757573,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2044,37.52118296,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2045,37.41479019,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2046,37.30839742,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2047,37.20200466,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2048,37.09561189,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2049,36.98921912,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",fom,2050,36.88282635,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2018,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2019,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2020,3.851035029,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2021,2.807581893,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2022,2.807109356,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2023,2.722202608,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2024,2.637295859,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2025,2.55238911,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2026,2.467482361,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2027,2.382575613,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2028,2.297668864,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2029,2.212762115,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2030,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2031,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2032,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2033,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2034,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2035,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2036,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2037,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2038,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2039,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2040,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2041,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2042,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2043,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2044,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2045,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2046,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2047,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2048,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2049,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp3,Moderate,"{""type"":""csp3""}",vom,2050,2.127855366,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2010,5499.241675,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2011,5499.241675,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2012,5499.241675,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2013,5499.241675,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2014,5499.241675,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2015,5499.241675,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2016,5499.241675,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2017,5499.241675,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2018,5411.623189,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2019,5195.786083,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2020,4855.091586,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2021,4514.397087,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2022,4500.611474,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2023,4230.569386,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2024,3960.527297,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2025,3690.485208,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2026,3420.44312,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2027,3150.401031,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2028,2880.358943,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2029,2610.316854,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2030,2340.274766,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2031,2311.021331,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2032,2281.767896,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2033,2252.514462,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2034,2223.261027,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2035,2194.007593,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2036,2164.754158,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2037,2135.500724,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2038,2106.247289,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2039,2076.993854,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2040,2047.74042,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2041,2018.486985,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2042,1989.233551,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2043,1959.980116,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2044,1930.726682,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2045,1901.473247,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2046,1872.219812,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2047,1842.966378,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2048,1813.712943,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2049,1784.459509,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",capcost,2050,1755.206074,USD/kW,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2018,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2019,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2020,62.2584634,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2021,45.72760513,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2022,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2023,43.44849734,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2024,41.17962054,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2025,38.91074374,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2026,36.64186693,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2027,34.37299013,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2028,32.10411333,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2029,29.83523652,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2030,27.56635972,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2031,27.41321328,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2032,27.26006684,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2033,27.10692039,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2034,26.95377395,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2035,26.80062751,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2036,26.64748106,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2037,26.49433462,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2038,26.34118818,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2039,26.18804173,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2040,26.03489529,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2041,25.88174885,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2042,25.72860241,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2043,25.57545596,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2044,25.42230952,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2045,25.26916308,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2046,25.11601663,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2047,24.96287019,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2048,24.80972375,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2049,24.65657731,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",fom,2050,24.50343086,USD/kW-yr,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2018,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2019,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2020,3.65971846,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2021,2.424948757,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2022,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2023,2.344183504,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2024,2.263960802,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2025,2.183738101,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2026,2.1035154,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2027,2.023292699,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2028,1.943069998,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2029,1.862847296,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2030,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2031,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2032,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2033,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2034,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2035,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2036,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2037,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2038,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2039,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2040,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2041,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2042,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2043,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2044,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2045,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2046,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2047,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2048,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2049,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Advanced,"{""type"":""csp4""}",vom,2050,1.782624595,USD/MWh,2022,manual,csp_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_advanced.csv"",""sha256"":""7128db7daeb3cec76327109a8cdad8d55e6ba655269dc744140637df64468790"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2010,5499.241675,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2011,5499.241675,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2012,5499.241675,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2013,5499.241675,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2014,5499.241675,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2015,5499.241675,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2016,5499.241675,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2017,5499.241675,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2018,5411.623189,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2019,5195.786083,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2020,4855.091586,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2021,4514.397087,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2022,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2023,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2024,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2025,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2026,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2027,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2028,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2029,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2030,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2031,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2032,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2033,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2034,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2035,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2036,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2037,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2038,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2039,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2040,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2041,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2042,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2043,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2044,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2045,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2046,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2047,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2048,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2049,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",capcost,2050,4500.611474,USD/kW,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2018,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2019,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2020,62.2584634,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2021,45.72760513,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2022,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2023,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2024,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2025,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2026,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2027,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2028,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2029,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2030,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2031,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2032,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2033,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2034,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2035,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2036,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2037,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2038,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2039,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2040,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2041,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2042,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2043,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2044,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2045,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2046,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2047,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2048,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2049,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",fom,2050,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2018,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2019,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2020,3.65971846,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2021,2.424948757,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2022,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2023,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2024,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2025,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2026,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2027,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2028,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2029,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2030,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2031,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2032,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2033,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2034,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2035,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2036,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2037,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2038,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2039,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2040,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2041,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2042,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2043,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2044,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2045,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2046,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2047,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2048,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2049,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Conservative,"{""type"":""csp4""}",vom,2050,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_conservative.csv"",""sha256"":""6f31a8003171214199b5a0fed783fa9b4f95b4955d3a9ae68b84914ce4576a0d"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2010,5499.241675,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2011,5499.241675,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2012,5499.241675,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2013,5499.241675,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2014,5499.241675,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2015,5499.241675,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2016,5499.241675,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2017,5499.241675,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2018,5411.623189,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2019,5195.786083,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2020,4855.091586,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2021,4514.397087,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2022,4500.611474,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2023,4303.702972,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2024,4106.79447,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2025,3909.885968,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2026,3712.977466,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2027,3516.068963,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2028,3319.160461,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2029,3122.251959,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2030,2925.343457,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2031,2904.448147,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2032,2883.552836,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2033,2862.657526,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2034,2841.762215,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2035,2820.866905,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2036,2799.971594,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2037,2779.076284,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2038,2758.180974,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2039,2737.285663,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2040,2716.390353,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2041,2695.495042,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2042,2674.599732,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2043,2653.704422,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2044,2632.809111,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2045,2611.913801,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2046,2591.01849,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2047,2570.12318,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2048,2549.22787,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2049,2528.332559,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",capcost,2050,2507.437249,USD/kW,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2010,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2011,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2012,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2013,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2014,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2015,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2016,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2017,78.75663459,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2018,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2019,78.78932168,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2020,62.2584634,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2021,45.72760513,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2022,45.71737415,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2023,44.21422956,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2024,42.71108497,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2025,41.20794038,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2026,39.70479579,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2027,38.2016512,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2028,36.69850661,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2029,35.19536203,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2030,33.69221744,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2031,33.60032957,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2032,33.50844171,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2033,33.41655384,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2034,33.32466597,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2035,33.23277811,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2036,33.14089024,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2037,33.04900238,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2038,32.95711451,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2039,32.86522664,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2040,32.77333878,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2041,32.68145091,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2042,32.58956305,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2043,32.49767518,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2044,32.40578732,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2045,32.31389945,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2046,32.22201158,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2047,32.13012372,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2048,32.03823585,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2049,31.94634799,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",fom,2050,31.85446012,USD/kW-yr,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2010,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2011,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2012,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2013,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2014,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2015,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2016,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2017,4.892457604,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2018,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2019,4.894488165,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2020,3.65971846,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2021,2.424948757,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2022,2.424406205,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2023,2.351075093,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2024,2.277743982,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2025,2.204412871,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2026,2.13108176,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2027,2.057750648,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2028,1.984419537,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2029,1.911088426,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2030,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2031,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2032,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2033,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2034,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2035,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2036,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2037,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2038,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2039,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2040,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2041,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2042,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2043,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2044,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2045,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2046,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2047,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2048,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2049,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,csp,csp4,Moderate,"{""type"":""csp4""}",vom,2050,1.837757315,USD/MWh,2022,manual,csp_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""csp_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/csp_ATB_2024_moderate.csv"",""sha256"":""1ec3c4eab921c67d56ca3818017148037d11386ca139af0f744495f9b09b6776"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""csp_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2010,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2011,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2012,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2013,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2014,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2015,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2016,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2017,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2018,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2019,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2020,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2021,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2022,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2023,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2024,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2025,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2026,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2027,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2028,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2029,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2030,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2031,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2032,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2033,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2034,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2035,1444.6,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2036,1430.9,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2037,1417.2,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2038,1403.5,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2039,1389.8,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2040,1376.1,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2041,1362.5,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2042,1348.8,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2043,1335.1,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2044,1321.4,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2045,1307.7,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2046,1294.0,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2047,1280.3,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2048,1266.6,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2049,1252.9,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",capcost,2050,1239.3,USD/kW,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2010,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2011,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2012,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2013,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2014,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2015,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2016,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2017,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2018,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2019,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2020,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2021,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2022,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2023,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2024,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2025,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2026,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2027,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2028,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2029,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2030,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2031,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2032,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2033,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2034,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2035,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2036,40.3,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2037,40.0,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2038,39.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2039,39.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2040,39.0,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2041,38.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2042,38.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2043,38.1,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2044,37.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2045,37.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2046,37.1,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2047,36.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2048,36.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2049,36.1,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",fom,2050,35.8,USD/kW-yr,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2010,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2011,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2012,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2013,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2014,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2015,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2016,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2017,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2018,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2019,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2020,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2021,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2022,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2023,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2024,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2025,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2026,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2027,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2028,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2029,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2030,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2031,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2032,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2033,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2034,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2035,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2036,5.504,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2037,5.465,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2038,5.425,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2039,5.386,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2040,5.347,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2041,5.308,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2042,5.269,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2043,5.23,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2044,5.191,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2045,5.152,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2046,5.113,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2047,5.074,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2048,5.035,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2049,4.995,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",heatrate,2050,4.956,MMBtu/MWh,,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2010,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2011,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2012,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2013,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2014,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2015,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2016,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2017,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2018,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2019,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2020,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2021,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2022,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2023,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2024,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2025,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2026,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2027,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2028,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2029,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2030,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2031,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2032,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2033,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2034,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2035,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2036,7.7,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2037,7.61,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2038,7.52,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2039,7.44,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2040,7.35,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2041,7.26,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2042,7.17,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2043,7.08,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2044,6.99,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2045,6.9,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2046,6.82,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2047,6.73,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2048,6.64,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2049,6.55,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Advanced,"{""i"":""ng-fuel-cell""}",vom,2050,6.46,USD/MWh,2022,manual,fuelcell_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_advanced.csv"",""sha256"":""0c1047941bc9108e3499cb709f56db866b6989ba094e410f91b371846ca501ca"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2010,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2011,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2012,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2013,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2014,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2015,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2016,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2017,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2018,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2019,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2020,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2021,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2022,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2023,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2024,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2025,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2026,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2027,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2028,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2029,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2030,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2031,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2032,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2033,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2034,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2035,1444.6,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2036,1443.4,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2037,1442.2,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2038,1441.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2039,1439.8,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2040,1438.6,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2041,1437.4,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2042,1436.2,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2043,1434.9,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2044,1433.7,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2045,1432.5,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2046,1431.3,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2047,1430.1,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2048,1428.9,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2049,1427.7,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",capcost,2050,1426.5,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2010,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2011,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2012,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2013,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2014,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2015,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2016,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2017,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2018,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2019,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2020,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2021,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2022,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2023,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2024,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2025,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2026,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2027,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2028,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2029,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2030,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2031,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2032,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2033,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2034,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2035,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2036,40.6,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2037,40.6,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2038,40.6,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2039,40.6,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2040,40.5,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2041,40.5,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2042,40.5,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2043,40.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2044,40.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2045,40.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2046,40.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2047,40.3,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2048,40.3,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2049,40.3,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",fom,2050,40.2,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2010,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2011,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2012,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2013,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2014,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2015,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2016,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2017,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2018,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2019,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2020,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2021,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2022,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2023,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2024,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2025,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2026,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2027,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2028,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2029,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2030,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2031,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2032,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2033,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2034,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2035,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2036,5.536,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2037,5.53,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2038,5.524,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2039,5.517,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2040,5.511,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2041,5.505,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2042,5.498,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2043,5.492,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2044,5.486,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2045,5.479,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2046,5.473,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2047,5.467,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2048,5.461,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2049,5.454,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",heatrate,2050,5.448,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2010,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2011,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2012,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2013,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2014,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2015,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2016,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2017,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2018,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2019,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2020,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2021,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2022,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2023,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2024,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2025,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2026,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2027,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2028,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2029,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2030,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2031,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2032,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2033,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2034,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2035,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2036,7.76,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2037,7.73,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2038,7.7,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2039,7.67,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2040,7.64,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2041,7.61,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2042,7.58,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2043,7.56,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2044,7.53,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2045,7.5,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2046,7.47,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2047,7.44,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2048,7.41,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2049,7.38,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Conservative,"{""i"":""ng-fuel-cell""}",vom,2050,7.35,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2010,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2011,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2012,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2013,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2014,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2015,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2016,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2017,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2018,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2019,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2020,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2021,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2022,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2023,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2024,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2025,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2026,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2027,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2028,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2029,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2030,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2031,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2032,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2033,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2034,9999.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2035,1444.6,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2036,1443.4,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2037,1442.2,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2038,1441.0,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2039,1439.8,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2040,1438.6,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2041,1437.4,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2042,1436.2,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2043,1434.9,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2044,1433.7,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2045,1432.5,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2046,1431.3,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2047,1430.1,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2048,1428.9,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2049,1427.7,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",capcost,2050,1426.5,USD/kW,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2010,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2011,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2012,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2013,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2014,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2015,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2016,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2017,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2018,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2019,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2020,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2021,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2022,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2023,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2024,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2025,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2026,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2027,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2028,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2029,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2030,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2031,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2032,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2033,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2034,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2035,40.7,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2036,40.6,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2037,40.6,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2038,40.6,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2039,40.6,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2040,40.5,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2041,40.5,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2042,40.5,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2043,40.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2044,40.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2045,40.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2046,40.4,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2047,40.3,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2048,40.3,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2049,40.3,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",fom,2050,40.2,USD/kW-yr,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2010,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2011,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2012,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2013,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2014,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2015,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2016,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2017,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2018,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2019,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2020,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2021,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2022,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2023,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2024,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2025,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2026,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2027,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2028,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2029,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2030,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2031,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2032,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2033,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2034,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2035,5.543,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2036,5.536,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2037,5.53,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2038,5.524,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2039,5.517,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2040,5.511,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2041,5.505,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2042,5.498,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2043,5.492,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2044,5.486,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2045,5.479,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2046,5.473,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2047,5.467,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2048,5.461,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2049,5.454,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",heatrate,2050,5.448,MMBtu/MWh,,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2010,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2011,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2012,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2013,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2014,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2015,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2016,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2017,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2018,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2019,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2020,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2021,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2022,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2023,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2024,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2025,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2026,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2027,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2028,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2029,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2030,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2031,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2032,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2033,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2034,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2035,7.79,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2036,7.76,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2037,7.73,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2038,7.7,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2039,7.67,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2040,7.64,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2041,7.61,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2042,7.58,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2043,7.56,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2044,7.53,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2045,7.5,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2046,7.47,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2047,7.44,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2048,7.41,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2049,7.38,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,fuelcell,ng-fuel-cell,Moderate,"{""i"":""ng-fuel-cell""}",vom,2050,7.35,USD/MWh,2022,manual,fuelcell_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""fuelcell_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/fuelcell_ATB_2024_moderate.csv"",""sha256"":""a89775f3a1984e423790b52504c4a4d8516c9ddd1c7984db2b2e6234f443930c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""fuelcell_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2010,1141.254325,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2011,1136.675573,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2012,1132.096819,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2013,1127.518066,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2014,1122.939312,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2015,1118.360558,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2016,1113.781805,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2017,1109.203051,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2018,1104.624297,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2019,1100.045544,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2020,1070.809499,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2021,1205.712,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2022,1245.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2023,1234.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2024,1223.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2025,1213.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2026,1202.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2027,1191.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2028,1180.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2029,1170.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2030,1159.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2031,1148.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2032,1137.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2033,1127.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2034,1116.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2035,1105.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2036,1096.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2037,1087.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2038,1078.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2039,1069.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2040,1059.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2041,1050.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2042,1041.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2043,1032.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2044,1023.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2045,1014.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2046,1005.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2047,996.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2048,987.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2049,978.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",capcost,2050,968.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2010,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2011,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2012,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2013,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2014,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2015,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2016,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2017,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2018,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2019,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2020,31.66068212,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2021,33.588,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2022,34.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2023,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2024,33.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2025,33.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2026,33.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2027,32.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2028,32.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2029,32.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2030,31.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2031,31.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2032,31.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2033,30.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2034,30.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2035,30.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2036,29.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2037,29.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2038,29.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2039,29.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2040,29.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2041,28.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2042,28.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2043,28.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2044,28.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2045,27.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2046,27.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2047,27.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2048,27.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2049,27.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",fom,2050,26.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2010,6.5375,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2011,6.518111111,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2012,6.498722222,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2013,6.479333333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2014,6.459944444,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2015,6.440555556,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2016,6.421166667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2017,6.401777778,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2018,6.382388889,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2019,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2020,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2021,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2022,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2023,6.348,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2024,6.332,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2025,6.316,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2026,6.3,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2027,6.285,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2028,6.269,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2029,6.253,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2030,6.238,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2031,6.222,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2032,6.206,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2033,6.19,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2034,6.175,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2035,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2036,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2037,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2038,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2039,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2040,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2041,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2042,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2043,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2044,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2045,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2046,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2047,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2048,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2049,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",heatrate,2050,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2010,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2011,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2012,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2013,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2014,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2015,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2016,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2017,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2018,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2019,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2020,1.967485246,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2021,2.1168,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2022,2.17,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2023,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2024,2.14,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2025,2.12,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2026,2.1,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2027,2.09,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2028,2.07,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2029,2.06,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2030,2.04,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2031,2.02,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2032,2.01,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2033,1.99,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2034,1.98,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2035,1.96,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2036,1.95,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2037,1.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2038,1.93,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2039,1.91,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2040,1.9,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2041,1.89,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2042,1.88,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2043,1.87,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2044,1.86,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2045,1.85,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2046,1.83,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2047,1.82,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2048,1.81,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2049,1.8,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Advanced,"{""i"":""Gas-CC""}",vom,2050,1.79,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2010,1141.254325,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2011,1136.675573,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2012,1132.096819,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2013,1127.518066,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2014,1122.939312,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2015,1118.360558,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2016,1113.781805,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2017,1109.203051,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2018,1104.624297,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2019,1100.045544,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2020,1070.809499,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2021,1205.712,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2022,1245.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2023,1234.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2024,1223.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2025,1213.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2026,1202.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2027,1191.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2028,1180.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2029,1170.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2030,1159.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2031,1148.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2032,1137.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2033,1127.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2034,1116.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2035,1105.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2036,1096.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2037,1087.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2038,1078.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2039,1069.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2040,1059.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2041,1050.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2042,1041.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2043,1032.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2044,1023.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2045,1014.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2046,1005.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2047,996.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2048,987.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2049,978.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",capcost,2050,968.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2010,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2011,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2012,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2013,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2014,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2015,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2016,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2017,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2018,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2019,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2020,31.66068212,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2021,33.588,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2022,34.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2023,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2024,33.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2025,33.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2026,33.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2027,32.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2028,32.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2029,32.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2030,31.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2031,31.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2032,31.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2033,30.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2034,30.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2035,30.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2036,29.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2037,29.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2038,29.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2039,29.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2040,29.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2041,28.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2042,28.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2043,28.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2044,28.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2045,27.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2046,27.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2047,27.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2048,27.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2049,27.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",fom,2050,26.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2010,6.5375,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2011,6.518111111,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2012,6.498722222,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2013,6.479333333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2014,6.459944444,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2015,6.440555556,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2016,6.421166667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2017,6.401777778,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2018,6.382388889,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2019,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2020,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2021,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2022,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2023,6.348,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2024,6.332,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2025,6.316,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2026,6.3,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2027,6.285,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2028,6.269,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2029,6.253,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2030,6.238,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2031,6.222,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2032,6.206,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2033,6.19,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2034,6.175,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2035,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2036,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2037,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2038,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2039,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2040,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2041,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2042,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2043,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2044,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2045,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2046,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2047,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2048,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2049,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",heatrate,2050,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2010,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2011,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2012,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2013,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2014,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2015,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2016,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2017,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2018,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2019,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2020,1.967485246,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2021,2.1168,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2022,2.17,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2023,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2024,2.14,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2025,2.12,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2026,2.1,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2027,2.09,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2028,2.07,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2029,2.06,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2030,2.04,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2031,2.02,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2032,2.01,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2033,1.99,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2034,1.98,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2035,1.96,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2036,1.95,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2037,1.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2038,1.93,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2039,1.91,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2040,1.9,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2041,1.89,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2042,1.88,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2043,1.87,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2044,1.86,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2045,1.85,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2046,1.83,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2047,1.82,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2048,1.81,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2049,1.8,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Conservative,"{""i"":""Gas-CC""}",vom,2050,1.79,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2010,1141.254325,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2011,1136.675573,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2012,1132.096819,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2013,1127.518066,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2014,1122.939312,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2015,1118.360558,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2016,1113.781805,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2017,1109.203051,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2018,1104.624297,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2019,1100.045544,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2020,1070.809499,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2021,1205.712,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2022,1245.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2023,1234.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2024,1223.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2025,1213.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2026,1202.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2027,1191.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2028,1180.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2029,1170.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2030,1159.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2031,1148.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2032,1137.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2033,1127.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2034,1116.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2035,1105.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2036,1096.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2037,1087.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2038,1078.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2039,1069.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2040,1059.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2041,1050.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2042,1041.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2043,1032.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2044,1023.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2045,1014.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2046,1005.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2047,996.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2048,987.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2049,978.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",capcost,2050,968.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2010,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2011,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2012,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2013,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2014,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2015,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2016,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2017,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2018,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2019,31.24999307,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2020,31.66068212,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2021,33.588,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2022,34.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2023,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2024,33.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2025,33.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2026,33.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2027,32.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2028,32.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2029,32.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2030,31.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2031,31.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2032,31.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2033,30.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2034,30.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2035,30.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2036,29.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2037,29.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2038,29.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2039,29.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2040,29.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2041,28.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2042,28.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2043,28.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2044,28.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2045,27.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2046,27.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2047,27.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2048,27.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2049,27.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",fom,2050,26.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2010,6.5375,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2011,6.518111111,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2012,6.498722222,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2013,6.479333333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2014,6.459944444,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2015,6.440555556,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2016,6.421166667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2017,6.401777778,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2018,6.382388889,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2019,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2020,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2021,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2022,6.363,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2023,6.348,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2024,6.332,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2025,6.316,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2026,6.3,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2027,6.285,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2028,6.269,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2029,6.253,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2030,6.238,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2031,6.222,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2032,6.206,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2033,6.19,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2034,6.175,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2035,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2036,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2037,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2038,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2039,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2040,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2041,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2042,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2043,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2044,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2045,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2046,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2047,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2048,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2049,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",heatrate,2050,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2010,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2011,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2012,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2013,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2014,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2015,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2016,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2017,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2018,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2019,1.991757801,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2020,1.967485246,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2021,2.1168,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2022,2.17,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2023,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2024,2.14,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2025,2.12,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2026,2.1,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2027,2.09,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2028,2.07,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2029,2.06,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2030,2.04,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2031,2.02,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2032,2.01,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2033,1.99,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2034,1.98,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2035,1.96,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2036,1.95,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2037,1.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2038,1.93,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2039,1.91,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2040,1.9,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2041,1.89,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2042,1.88,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2043,1.87,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2044,1.86,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2045,1.85,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2046,1.83,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2047,1.82,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2048,1.81,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2049,1.8,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC,Moderate,"{""i"":""Gas-CC""}",vom,2050,1.79,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2010,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2011,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2012,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2013,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2014,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2015,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2016,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2017,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2018,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2019,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2020,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2021,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2022,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2023,1471.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2024,1461.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2025,1450.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2026,1439.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2027,1429.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2028,1418.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2029,1408.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2030,1397.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2031,1387.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2032,1376.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2033,1365.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2034,1355.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2035,1344.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2036,1333.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2037,1322.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2038,1311.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2039,1300.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2040,1289.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2041,1278.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2042,1267.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2043,1255.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2044,1244.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2045,1233.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2046,1222.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2047,1211.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2048,1200.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2049,1189.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",capcost,2050,1178.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2010,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2011,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2012,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2013,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2014,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2015,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2016,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2017,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2018,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2019,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2020,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2021,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2022,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2023,39.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2024,39.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2025,39.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2026,38.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2027,38.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2028,38.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2029,37.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2030,37.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2031,37.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2032,37.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2033,36.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2034,36.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2035,36.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2036,35.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2037,35.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2038,35.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2039,35.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2040,34.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2041,34.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2042,34.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2043,34.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2044,33.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2045,33.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2046,33.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2047,32.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2048,32.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2049,32.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",fom,2050,32.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2010,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2011,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2012,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2013,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2014,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2015,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2016,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2017,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2018,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2019,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2020,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2021,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2022,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2023,6.064,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2024,6.061,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2025,6.057,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2026,6.054,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2027,6.051,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2028,6.047,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2029,6.044,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2030,6.04,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2031,6.037,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2032,6.034,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2033,6.03,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2034,6.027,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2035,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2036,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2037,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2038,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2039,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2040,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2041,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2042,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2043,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2044,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2045,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2046,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2047,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2048,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2049,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",heatrate,2050,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2010,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2011,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2012,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2013,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2014,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2015,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2016,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2017,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2018,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2019,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2020,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2021,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2022,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2023,2.52,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2024,2.5,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2025,2.49,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2026,2.48,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2027,2.46,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2028,2.45,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2029,2.43,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2030,2.42,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2031,2.4,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2032,2.39,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2033,2.37,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2034,2.36,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2035,2.35,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2036,2.33,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2037,2.32,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2038,2.3,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2039,2.29,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2040,2.27,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2041,2.26,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2042,2.25,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2043,2.23,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2044,2.22,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2045,2.2,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2046,2.19,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2047,2.18,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2048,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2049,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Advanced,"{""i"":""Gas-CC_H_1x1""}",vom,2050,2.13,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2010,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2011,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2012,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2013,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2014,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2015,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2016,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2017,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2018,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2019,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2020,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2021,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2022,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2023,1471.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2024,1461.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2025,1450.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2026,1439.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2027,1429.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2028,1418.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2029,1408.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2030,1397.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2031,1387.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2032,1376.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2033,1365.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2034,1355.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2035,1344.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2036,1333.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2037,1322.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2038,1311.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2039,1300.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2040,1289.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2041,1278.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2042,1267.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2043,1255.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2044,1244.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2045,1233.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2046,1222.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2047,1211.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2048,1200.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2049,1189.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",capcost,2050,1178.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2010,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2011,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2012,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2013,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2014,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2015,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2016,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2017,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2018,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2019,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2020,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2021,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2022,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2023,39.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2024,39.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2025,39.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2026,38.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2027,38.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2028,38.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2029,37.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2030,37.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2031,37.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2032,37.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2033,36.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2034,36.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2035,36.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2036,35.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2037,35.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2038,35.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2039,35.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2040,34.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2041,34.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2042,34.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2043,34.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2044,33.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2045,33.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2046,33.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2047,32.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2048,32.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2049,32.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",fom,2050,32.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2010,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2011,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2012,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2013,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2014,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2015,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2016,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2017,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2018,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2019,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2020,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2021,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2022,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2023,6.064,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2024,6.061,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2025,6.057,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2026,6.054,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2027,6.051,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2028,6.047,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2029,6.044,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2030,6.04,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2031,6.037,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2032,6.034,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2033,6.03,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2034,6.027,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2035,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2036,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2037,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2038,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2039,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2040,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2041,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2042,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2043,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2044,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2045,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2046,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2047,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2048,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2049,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",heatrate,2050,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2010,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2011,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2012,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2013,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2014,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2015,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2016,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2017,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2018,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2019,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2020,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2021,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2022,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2023,2.52,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2024,2.5,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2025,2.49,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2026,2.48,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2027,2.46,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2028,2.45,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2029,2.43,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2030,2.42,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2031,2.4,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2032,2.39,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2033,2.37,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2034,2.36,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2035,2.35,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2036,2.33,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2037,2.32,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2038,2.3,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2039,2.29,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2040,2.27,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2041,2.26,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2042,2.25,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2043,2.23,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2044,2.22,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2045,2.2,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2046,2.19,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2047,2.18,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2048,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2049,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Conservative,"{""i"":""Gas-CC_H_1x1""}",vom,2050,2.13,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2010,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2011,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2012,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2013,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2014,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2015,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2016,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2017,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2018,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2019,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2020,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2021,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2022,1482.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2023,1471.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2024,1461.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2025,1450.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2026,1439.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2027,1429.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2028,1418.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2029,1408.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2030,1397.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2031,1387.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2032,1376.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2033,1365.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2034,1355.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2035,1344.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2036,1333.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2037,1322.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2038,1311.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2039,1300.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2040,1289.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2041,1278.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2042,1267.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2043,1255.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2044,1244.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2045,1233.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2046,1222.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2047,1211.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2048,1200.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2049,1189.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",capcost,2050,1178.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2010,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2011,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2012,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2013,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2014,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2015,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2016,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2017,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2018,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2019,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2020,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2021,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2022,39.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2023,39.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2024,39.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2025,39.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2026,38.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2027,38.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2028,38.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2029,37.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2030,37.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2031,37.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2032,37.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2033,36.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2034,36.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2035,36.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2036,35.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2037,35.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2038,35.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2039,35.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2040,34.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2041,34.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2042,34.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2043,34.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2044,33.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2045,33.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2046,33.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2047,32.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2048,32.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2049,32.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",fom,2050,32.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2010,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2011,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2012,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2013,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2014,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2015,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2016,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2017,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2018,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2019,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2020,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2021,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2022,6.068,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2023,6.064,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2024,6.061,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2025,6.057,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2026,6.054,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2027,6.051,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2028,6.047,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2029,6.044,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2030,6.04,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2031,6.037,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2032,6.034,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2033,6.03,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2034,6.027,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2035,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2036,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2037,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2038,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2039,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2040,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2041,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2042,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2043,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2044,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2045,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2046,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2047,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2048,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2049,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",heatrate,2050,6.023,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2010,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2011,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2012,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2013,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2014,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2015,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2016,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2017,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2018,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2019,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2020,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2021,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2022,2.53,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2023,2.52,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2024,2.5,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2025,2.49,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2026,2.48,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2027,2.46,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2028,2.45,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2029,2.43,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2030,2.42,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2031,2.4,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2032,2.39,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2033,2.37,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2034,2.36,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2035,2.35,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2036,2.33,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2037,2.32,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2038,2.3,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2039,2.29,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2040,2.27,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2041,2.26,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2042,2.25,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2043,2.23,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2044,2.22,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2045,2.2,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2046,2.19,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2047,2.18,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2048,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2049,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_1x1,Moderate,"{""i"":""Gas-CC_H_1x1""}",vom,2050,2.13,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2010,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2011,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2012,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2013,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2014,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2015,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2016,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2017,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2018,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2019,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2020,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2021,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2022,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2023,1266.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2024,1254.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2025,1241.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2026,1229.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2027,1217.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2028,1205.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2029,1193.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2030,1181.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2031,1169.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2032,1156.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2033,1144.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2034,1132.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2035,1120.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2036,1111.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2037,1102.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2038,1092.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2039,1083.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2040,1074.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2041,1065.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2042,1055.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2043,1046.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2044,1037.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2045,1028.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2046,1019.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2047,1009.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2048,1000.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2049,991.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",capcost,2050,982.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2010,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2011,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2012,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2013,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2014,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2015,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2016,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2017,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2018,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2019,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2020,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2021,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2022,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2023,33.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2024,33.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2025,33.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2026,32.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2027,32.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2028,32.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2029,31.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2030,31.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2031,31.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2032,30.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2033,30.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2034,30.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2035,29.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2036,29.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2037,29.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2038,29.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2039,29.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2040,28.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2041,28.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2042,28.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2043,28.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2044,27.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2045,27.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2046,27.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2047,27.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2048,26.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2049,26.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",fom,2050,26.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2010,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2011,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2012,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2013,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2014,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2015,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2016,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2017,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2018,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2019,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2020,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2021,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2022,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2023,6.187,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2024,6.177,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2025,6.168,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2026,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2027,6.15,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2028,6.14,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2029,6.131,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2030,6.122,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2031,6.112,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2032,6.103,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2033,6.094,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2034,6.085,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2035,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2036,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2037,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2038,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2039,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2040,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2041,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2042,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2043,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2044,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2045,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2046,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2047,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2048,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2049,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",heatrate,2050,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2010,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2011,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2012,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2013,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2014,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2015,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2016,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2017,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2018,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2019,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2020,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2021,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2022,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2023,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2024,2.13,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2025,2.12,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2026,2.1,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2027,2.08,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2028,2.07,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2029,2.05,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2030,2.04,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2031,2.02,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2032,2.01,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2033,1.99,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2034,1.97,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2035,1.96,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2036,1.95,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2037,1.93,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2038,1.92,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2039,1.91,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2040,1.9,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2041,1.89,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2042,1.88,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2043,1.86,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2044,1.85,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2045,1.84,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2046,1.83,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2047,1.82,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2048,1.81,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2049,1.79,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Advanced,"{""i"":""Gas-CC_H_2x1""}",vom,2050,1.78,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2010,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2011,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2012,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2013,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2014,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2015,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2016,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2017,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2018,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2019,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2020,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2021,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2022,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2023,1266.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2024,1254.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2025,1241.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2026,1229.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2027,1217.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2028,1205.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2029,1193.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2030,1181.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2031,1169.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2032,1156.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2033,1144.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2034,1132.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2035,1120.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2036,1111.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2037,1102.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2038,1092.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2039,1083.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2040,1074.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2041,1065.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2042,1055.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2043,1046.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2044,1037.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2045,1028.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2046,1019.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2047,1009.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2048,1000.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2049,991.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",capcost,2050,982.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2010,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2011,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2012,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2013,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2014,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2015,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2016,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2017,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2018,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2019,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2020,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2021,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2022,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2023,33.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2024,33.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2025,33.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2026,32.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2027,32.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2028,32.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2029,31.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2030,31.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2031,31.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2032,30.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2033,30.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2034,30.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2035,29.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2036,29.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2037,29.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2038,29.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2039,29.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2040,28.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2041,28.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2042,28.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2043,28.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2044,27.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2045,27.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2046,27.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2047,27.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2048,26.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2049,26.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",fom,2050,26.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2010,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2011,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2012,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2013,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2014,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2015,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2016,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2017,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2018,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2019,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2020,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2021,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2022,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2023,6.187,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2024,6.177,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2025,6.168,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2026,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2027,6.15,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2028,6.14,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2029,6.131,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2030,6.122,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2031,6.112,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2032,6.103,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2033,6.094,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2034,6.085,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2035,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2036,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2037,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2038,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2039,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2040,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2041,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2042,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2043,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2044,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2045,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2046,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2047,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2048,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2049,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",heatrate,2050,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2010,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2011,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2012,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2013,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2014,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2015,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2016,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2017,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2018,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2019,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2020,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2021,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2022,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2023,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2024,2.13,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2025,2.12,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2026,2.1,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2027,2.08,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2028,2.07,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2029,2.05,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2030,2.04,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2031,2.02,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2032,2.01,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2033,1.99,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2034,1.97,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2035,1.96,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2036,1.95,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2037,1.93,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2038,1.92,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2039,1.91,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2040,1.9,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2041,1.89,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2042,1.88,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2043,1.86,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2044,1.85,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2045,1.84,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2046,1.83,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2047,1.82,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2048,1.81,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2049,1.79,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Conservative,"{""i"":""Gas-CC_H_2x1""}",vom,2050,1.78,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2010,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2011,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2012,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2013,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2014,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2015,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2016,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2017,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2018,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2019,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2020,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2021,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2022,1278.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2023,1266.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2024,1254.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2025,1241.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2026,1229.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2027,1217.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2028,1205.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2029,1193.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2030,1181.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2031,1169.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2032,1156.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2033,1144.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2034,1132.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2035,1120.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2036,1111.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2037,1102.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2038,1092.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2039,1083.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2040,1074.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2041,1065.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2042,1055.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2043,1046.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2044,1037.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2045,1028.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2046,1019.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2047,1009.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2048,1000.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2049,991.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",capcost,2050,982.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2010,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2011,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2012,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2013,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2014,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2015,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2016,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2017,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2018,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2019,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2020,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2021,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2022,34.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2023,33.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2024,33.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2025,33.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2026,32.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2027,32.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2028,32.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2029,31.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2030,31.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2031,31.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2032,30.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2033,30.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2034,30.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2035,29.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2036,29.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2037,29.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2038,29.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2039,29.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2040,28.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2041,28.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2042,28.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2043,28.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2044,27.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2045,27.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2046,27.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2047,27.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2048,26.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2049,26.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",fom,2050,26.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2010,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2011,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2012,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2013,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2014,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2015,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2016,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2017,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2018,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2019,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2020,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2021,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2022,6.196,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2023,6.187,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2024,6.177,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2025,6.168,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2026,6.159,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2027,6.15,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2028,6.14,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2029,6.131,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2030,6.122,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2031,6.112,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2032,6.103,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2033,6.094,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2034,6.085,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2035,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2036,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2037,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2038,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2039,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2040,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2041,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2042,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2043,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2044,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2045,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2046,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2047,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2048,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2049,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",heatrate,2050,6.075,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2010,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2011,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2012,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2013,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2014,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2015,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2016,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2017,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2018,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2019,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2020,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2021,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2022,2.16,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2023,2.15,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2024,2.13,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2025,2.12,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2026,2.1,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2027,2.08,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2028,2.07,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2029,2.05,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2030,2.04,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2031,2.02,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2032,2.01,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2033,1.99,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2034,1.97,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2035,1.96,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2036,1.95,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2037,1.93,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2038,1.92,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2039,1.91,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2040,1.9,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2041,1.89,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2042,1.88,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2043,1.86,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2044,1.85,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2045,1.84,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2046,1.83,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2047,1.82,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2048,1.81,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2049,1.79,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CC_H_2x1,Moderate,"{""i"":""Gas-CC_H_2x1""}",vom,2050,1.78,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2010,1059.98145,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2011,1050.823943,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2012,1041.666436,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2013,1032.508929,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2014,1023.351422,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2015,1014.193915,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2016,1005.036407,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2017,995.8789002,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2018,986.7213932,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2019,977.563886,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2020,950.9512022,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2021,1082.808,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2022,1110.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2023,1101.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2024,1092.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2025,1084.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2026,1075.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2027,1066.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2028,1057.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2029,1048.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2030,1040.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2031,1031.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2032,1022.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2033,1013.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2034,1004.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2035,996.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2036,987.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2037,978.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2038,969.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2039,961.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2040,952.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2041,943.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2042,934.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2043,925.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2044,917.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2045,908.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2046,899.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2047,890.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2048,881.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2049,873.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",capcost,2050,864.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2010,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2011,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2012,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2013,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2014,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2015,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2016,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2017,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2018,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2019,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2020,23.74551159,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2021,25.92,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2022,26.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2023,26.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2024,25.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2025,25.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2026,25.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2027,25.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2028,25.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2029,25.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2030,25.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2031,24.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2032,24.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2033,24.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2034,24.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2035,24.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2036,24.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2037,23.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2038,23.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2039,23.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2040,23.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2041,23.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2042,23.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2043,23.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2044,22.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2045,22.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2046,22.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2047,22.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2048,22.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2049,22.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",fom,2050,22.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2010,10.2225,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2011,10.16633333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2012,10.11016667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2013,10.054,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2014,9.997833333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2015,9.941666667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2016,9.8855,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2017,9.829333333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2018,9.773166667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2019,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2020,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2021,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2022,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2023,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2024,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2025,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2026,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2027,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2028,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2029,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2030,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2031,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2032,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2033,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2034,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2035,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2036,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2037,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2038,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2039,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2040,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2041,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2042,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2043,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2044,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2045,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2046,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2047,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2048,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2049,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",heatrate,2050,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2010,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2011,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2012,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2013,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2014,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2015,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2016,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2017,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2018,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2019,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2020,5.585848916,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2021,6.9552,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2022,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2023,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2024,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2025,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2026,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2027,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2028,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2029,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2030,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2031,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2032,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2033,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2034,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2035,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2036,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2037,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2038,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2039,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2040,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2041,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2042,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2043,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2044,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2045,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2046,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2047,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2048,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2049,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Advanced,"{""i"":""Gas-CT""}",vom,2050,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2010,1059.98145,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2011,1050.823943,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2012,1041.666436,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2013,1032.508929,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2014,1023.351422,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2015,1014.193915,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2016,1005.036407,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2017,995.8789002,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2018,986.7213932,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2019,977.563886,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2020,950.9512022,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2021,1082.808,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2022,1110.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2023,1101.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2024,1092.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2025,1084.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2026,1075.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2027,1066.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2028,1057.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2029,1048.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2030,1040.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2031,1031.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2032,1022.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2033,1013.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2034,1004.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2035,996.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2036,987.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2037,978.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2038,969.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2039,961.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2040,952.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2041,943.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2042,934.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2043,925.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2044,917.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2045,908.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2046,899.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2047,890.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2048,881.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2049,873.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",capcost,2050,864.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2010,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2011,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2012,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2013,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2014,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2015,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2016,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2017,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2018,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2019,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2020,23.74551159,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2021,25.92,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2022,26.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2023,26.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2024,25.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2025,25.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2026,25.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2027,25.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2028,25.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2029,25.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2030,25.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2031,24.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2032,24.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2033,24.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2034,24.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2035,24.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2036,24.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2037,23.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2038,23.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2039,23.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2040,23.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2041,23.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2042,23.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2043,23.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2044,22.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2045,22.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2046,22.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2047,22.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2048,22.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2049,22.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",fom,2050,22.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2010,10.2225,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2011,10.16633333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2012,10.11016667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2013,10.054,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2014,9.997833333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2015,9.941666667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2016,9.8855,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2017,9.829333333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2018,9.773166667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2019,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2020,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2021,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2022,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2023,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2024,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2025,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2026,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2027,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2028,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2029,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2030,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2031,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2032,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2033,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2034,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2035,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2036,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2037,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2038,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2039,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2040,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2041,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2042,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2043,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2044,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2045,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2046,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2047,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2048,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2049,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",heatrate,2050,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2010,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2011,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2012,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2013,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2014,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2015,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2016,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2017,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2018,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2019,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2020,5.585848916,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2021,6.9552,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2022,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2023,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2024,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2025,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2026,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2027,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2028,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2029,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2030,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2031,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2032,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2033,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2034,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2035,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2036,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2037,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2038,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2039,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2040,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2041,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2042,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2043,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2044,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2045,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2046,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2047,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2048,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2049,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Conservative,"{""i"":""Gas-CT""}",vom,2050,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2010,1059.98145,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2011,1050.823943,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2012,1041.666436,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2013,1032.508929,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2014,1023.351422,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2015,1014.193915,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2016,1005.036407,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2017,995.8789002,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2018,986.7213932,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2019,977.563886,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2020,950.9512022,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2021,1082.808,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2022,1110.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2023,1101.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2024,1092.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2025,1084.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2026,1075.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2027,1066.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2028,1057.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2029,1048.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2030,1040.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2031,1031.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2032,1022.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2033,1013.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2034,1004.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2035,996.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2036,987.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2037,978.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2038,969.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2039,961.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2040,952.2,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2041,943.4,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2042,934.6,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2043,925.8,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2044,917.0,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2045,908.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2046,899.5,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2047,890.7,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2048,881.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2049,873.1,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",capcost,2050,864.3,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2010,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2011,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2012,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2013,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2014,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2015,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2016,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2017,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2018,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2019,23.92398737,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2020,23.74551159,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2021,25.92,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2022,26.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2023,26.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2024,25.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2025,25.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2026,25.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2027,25.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2028,25.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2029,25.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2030,25.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2031,24.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2032,24.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2033,24.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2034,24.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2035,24.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2036,24.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2037,23.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2038,23.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2039,23.7,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2040,23.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2041,23.4,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2042,23.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2043,23.1,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2044,22.9,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2045,22.8,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2046,22.6,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2047,22.5,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2048,22.3,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2049,22.2,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",fom,2050,22.0,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2010,10.2225,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2011,10.16633333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2012,10.11016667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2013,10.054,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2014,9.997833333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2015,9.941666667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2016,9.8855,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2017,9.829333333,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2018,9.773166667,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2019,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2020,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2021,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2022,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2023,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2024,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2025,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2026,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2027,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2028,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2029,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2030,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2031,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2032,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2033,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2034,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2035,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2036,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2037,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2038,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2039,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2040,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2041,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2042,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2043,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2044,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2045,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2046,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2047,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2048,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2049,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",heatrate,2050,9.717,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2010,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2011,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2012,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2013,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2014,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2015,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2016,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2017,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2018,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2019,5.654760652,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2020,5.585848916,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2021,6.9552,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2022,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2023,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2024,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2025,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2026,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2027,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2028,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2029,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2030,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2031,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2032,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2033,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2034,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2035,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2036,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2037,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2038,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2039,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2040,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2041,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2042,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2043,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2044,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2045,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2046,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2047,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2048,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2049,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT,Moderate,"{""i"":""Gas-CT""}",vom,2050,6.94,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2010,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2011,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2012,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2013,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2014,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2015,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2016,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2017,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2018,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2019,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2020,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2021,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2022,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2023,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2024,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2025,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2026,1521.614,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2027,1506.757,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2028,1478.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2029,1455.704,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2030,1436.601,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2031,1421.585,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2032,1408.486,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2033,1395.738,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2034,1368.85,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2035,1359.531,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2036,1349.629,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2037,1341.603,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2038,1337.263,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2039,1332.502,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2040,1326.853,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2041,1318.519,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2042,1314.485,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2043,1310.826,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2044,1306.131,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2045,1302.451,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2046,1297.241,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2047,1291.484,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2048,1287.003,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2049,1283.086,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",capcost,2050,1275.174,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2010,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2011,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2012,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2013,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2014,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2015,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2016,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2017,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2018,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2019,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2020,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2021,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2022,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2023,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2024,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2025,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2026,10.977,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2027,10.891,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2028,10.848,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2029,10.763,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2030,10.72,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2031,10.634,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2032,10.591,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2033,10.505,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2034,10.463,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2035,10.377,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2036,10.334,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2037,10.248,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2038,10.205,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2039,10.162,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2040,10.077,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2041,10.034,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2042,9.948,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2043,9.905,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2044,9.819,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2045,9.776,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2046,9.691,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2047,9.648,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2048,9.562,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2049,9.519,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",fom,2050,9.433,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2010,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2011,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2012,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2013,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2014,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2015,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2016,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2017,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2018,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2019,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2020,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2021,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2022,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2023,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2024,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2025,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2026,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2027,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2028,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2029,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2030,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2031,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2032,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2033,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2034,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2035,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2036,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2037,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2038,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2039,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2040,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2041,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2042,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2043,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2044,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2045,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2046,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2047,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2048,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2049,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",heatrate,2050,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2010,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2011,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2012,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2013,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2014,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2015,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2016,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2017,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2018,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2019,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2020,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2021,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2022,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2023,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2024,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2025,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2026,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2027,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2028,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2029,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2030,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2031,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2032,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2033,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2034,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2035,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2036,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2037,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2038,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2039,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2040,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2041,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2042,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2043,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2044,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2045,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2046,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2047,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2048,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2049,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Advanced,"{""i"":""Gas-CT_aero""}",vom,2050,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2010,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2011,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2012,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2013,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2014,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2015,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2016,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2017,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2018,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2019,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2020,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2021,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2022,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2023,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2024,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2025,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2026,1521.614,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2027,1506.757,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2028,1478.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2029,1455.704,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2030,1436.601,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2031,1421.585,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2032,1408.486,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2033,1395.738,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2034,1368.85,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2035,1359.531,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2036,1349.629,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2037,1341.603,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2038,1337.263,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2039,1332.502,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2040,1326.853,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2041,1318.519,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2042,1314.485,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2043,1310.826,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2044,1306.131,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2045,1302.451,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2046,1297.241,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2047,1291.484,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2048,1287.003,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2049,1283.086,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",capcost,2050,1275.174,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2010,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2011,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2012,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2013,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2014,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2015,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2016,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2017,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2018,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2019,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2020,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2021,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2022,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2023,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2024,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2025,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2026,10.977,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2027,10.891,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2028,10.848,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2029,10.763,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2030,10.72,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2031,10.634,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2032,10.591,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2033,10.505,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2034,10.463,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2035,10.377,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2036,10.334,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2037,10.248,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2038,10.205,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2039,10.162,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2040,10.077,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2041,10.034,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2042,9.948,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2043,9.905,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2044,9.819,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2045,9.776,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2046,9.691,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2047,9.648,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2048,9.562,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2049,9.519,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",fom,2050,9.433,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2010,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2011,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2012,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2013,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2014,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2015,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2016,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2017,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2018,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2019,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2020,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2021,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2022,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2023,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2024,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2025,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2026,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2027,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2028,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2029,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2030,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2031,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2032,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2033,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2034,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2035,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2036,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2037,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2038,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2039,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2040,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2041,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2042,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2043,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2044,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2045,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2046,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2047,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2048,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2049,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",heatrate,2050,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2010,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2011,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2012,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2013,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2014,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2015,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2016,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2017,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2018,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2019,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2020,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2021,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2022,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2023,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2024,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2025,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2026,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2027,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2028,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2029,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2030,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2031,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2032,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2033,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2034,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2035,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2036,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2037,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2038,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2039,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2040,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2041,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2042,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2043,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2044,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2045,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2046,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2047,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2048,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2049,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Conservative,"{""i"":""Gas-CT_aero""}",vom,2050,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2010,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2011,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2012,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2013,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2014,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2015,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2016,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2017,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2018,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2019,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2020,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2021,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2022,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2023,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2024,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2025,1540.246,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2026,1521.614,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2027,1506.757,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2028,1478.9,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2029,1455.704,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2030,1436.601,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2031,1421.585,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2032,1408.486,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2033,1395.738,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2034,1368.85,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2035,1359.531,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2036,1349.629,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2037,1341.603,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2038,1337.263,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2039,1332.502,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2040,1326.853,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2041,1318.519,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2042,1314.485,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2043,1310.826,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2044,1306.131,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2045,1302.451,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2046,1297.241,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2047,1291.484,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2048,1287.003,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2049,1283.086,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",capcost,2050,1275.174,USD/kW,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2010,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2011,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2012,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2013,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2014,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2015,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2016,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2017,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2018,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2019,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2020,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2021,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2022,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2023,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2024,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2025,11.02,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2026,10.977,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2027,10.891,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2028,10.848,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2029,10.763,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2030,10.72,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2031,10.634,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2032,10.591,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2033,10.505,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2034,10.463,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2035,10.377,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2036,10.334,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2037,10.248,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2038,10.205,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2039,10.162,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2040,10.077,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2041,10.034,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2042,9.948,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2043,9.905,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2044,9.819,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2045,9.776,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2046,9.691,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2047,9.648,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2048,9.562,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2049,9.519,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",fom,2050,9.433,USD/kW-yr,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2010,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2011,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2012,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2013,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2014,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2015,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2016,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2017,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2018,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2019,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2020,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2021,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2022,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2023,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2024,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2025,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2026,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2027,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2028,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2029,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2030,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2031,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2032,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2033,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2034,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2035,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2036,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2037,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2038,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2039,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2040,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2041,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2042,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2043,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2044,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2045,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2046,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2047,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2048,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2049,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",heatrate,2050,9.447,MMBtu/MWh,,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2010,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2011,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2012,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2013,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2014,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2015,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2016,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2017,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2018,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2019,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2020,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2021,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2022,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2023,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2024,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2025,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2026,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2027,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2028,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2029,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2030,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2031,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2032,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2033,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2034,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2035,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2036,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2037,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2038,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2039,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2040,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2041,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2042,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2043,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2044,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2045,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2046,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2047,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2048,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2049,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas,Gas-CT_aero,Moderate,"{""i"":""Gas-CT_aero""}",vom,2050,5.476,USD/MWh,2022,manual,gas_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas_ATB_2024_moderate.csv"",""sha256"":""8c322defbec74fa64a15dd49cb262b92e00ccc35ba48ad3b97d36ed96e45e50e"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2010,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2011,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2012,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2013,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2014,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2015,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2016,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2017,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2018,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2019,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2020,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2021,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2022,2656.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2023,2580.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2024,2504.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2025,2428.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2026,2352.8,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2027,2276.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2028,2200.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2029,2125.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2030,2049.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2031,1973.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2032,1897.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2033,1821.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2034,1745.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2035,1669.3,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2036,1649.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2037,1628.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2038,1608.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2039,1588.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2040,1568.4,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2041,1548.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2042,1528.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2043,1507.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2044,1487.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2045,1467.5,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2046,1447.3,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2047,1427.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2048,1407.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2049,1386.8,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",capcost,2050,1366.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2010,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2011,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2012,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2013,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2014,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2015,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2016,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2017,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2018,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2019,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2020,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2021,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2022,70.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2023,68.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2024,66.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2025,64.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2026,62.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2027,60.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2028,57.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2029,55.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2030,53.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2031,51.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2032,49.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2033,47.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2034,45.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2035,42.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2036,42.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2037,41.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2038,41.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2039,41.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2040,40.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2041,40.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2042,39.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2043,39.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2044,38.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2045,38.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2046,37.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2047,37.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2048,36.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2049,36.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",fom,2050,35.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2010,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2011,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2012,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2013,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2014,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2015,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2016,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2017,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2018,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2019,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2020,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2021,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2022,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2023,7.162,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2024,7.105,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2025,7.048,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2026,6.99,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2027,6.933,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2028,6.875,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2029,6.818,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2030,6.761,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2031,6.703,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2032,6.646,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2033,6.589,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2034,6.531,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2035,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2036,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2037,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2038,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2039,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2040,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2041,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2042,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2043,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2044,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2045,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2046,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2047,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2048,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2049,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2050,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2010,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2011,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2012,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2013,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2014,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2015,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2016,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2017,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2018,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2019,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2020,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2021,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2022,5.11,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2023,4.99,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2024,4.87,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2025,4.74,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2026,4.62,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2027,4.49,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2028,4.37,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2029,4.24,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2030,4.12,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2031,3.99,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2032,3.87,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2033,3.75,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2034,3.62,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2035,3.5,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2036,3.47,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2037,3.45,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2038,3.42,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2039,3.39,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2040,3.37,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2041,3.34,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2042,3.32,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2043,3.29,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2044,3.27,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2045,3.24,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2046,3.22,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2047,3.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2048,3.16,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2049,3.14,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Advanced,"{""i"":""Gas-CC-CCS_mod""}",vom,2050,3.11,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2010,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2011,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2012,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2013,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2014,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2015,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2016,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2017,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2018,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2019,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2020,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2021,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2022,2656.6,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2023,2631.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2024,2605.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2025,2580.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2026,2554.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2027,2529.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2028,2503.8,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2029,2478.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2030,2452.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2031,2427.4,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2032,2401.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2033,2376.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2034,2351.0,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2035,2325.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2036,2300.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2037,2274.6,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2038,2249.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2039,2223.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2040,2198.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2041,2172.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2042,2147.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2043,2121.8,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2044,2096.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2045,2070.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2046,2045.4,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2047,2019.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2048,1994.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2049,1969.0,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",capcost,2050,1943.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2010,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2011,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2012,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2013,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2014,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2015,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2016,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2017,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2018,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2019,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2020,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2021,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2022,70.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2023,70.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2024,69.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2025,68.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2026,68.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2027,67.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2028,67.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2029,66.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2030,65.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2031,65.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2032,64.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2033,63.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2034,63.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2035,62.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2036,62.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2037,61.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2038,60.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2039,60.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2040,59.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2041,58.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2042,58.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2043,57.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2044,57.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2045,56.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2046,55.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2047,55.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2048,54.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2049,53.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",fom,2050,53.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2010,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2011,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2012,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2013,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2014,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2015,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2016,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2017,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2018,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2019,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2020,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2021,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2022,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2023,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2024,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2025,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2026,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2027,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2028,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2029,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2030,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2031,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2032,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2033,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2034,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2035,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2036,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2037,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2038,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2039,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2040,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2041,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2042,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2043,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2044,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2045,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2046,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2047,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2048,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2049,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2050,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2010,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2011,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2012,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2013,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2014,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2015,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2016,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2017,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2018,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2019,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2020,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2021,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2022,5.11,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2023,5.08,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2024,5.05,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2025,5.02,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2026,4.99,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2027,4.95,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2028,4.92,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2029,4.89,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2030,4.86,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2031,4.82,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2032,4.79,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2033,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2034,4.73,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2035,4.7,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2036,4.66,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2037,4.63,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2038,4.6,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2039,4.57,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2040,4.53,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2041,4.5,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2042,4.47,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2043,4.44,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2044,4.4,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2045,4.37,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2046,4.34,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2047,4.31,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2048,4.28,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2049,4.24,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Conservative,"{""i"":""Gas-CC-CCS_mod""}",vom,2050,4.21,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2010,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2011,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2012,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2013,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2014,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2015,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2016,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2017,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2018,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2019,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2020,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2021,2572.02,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2022,2656.6,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2023,2605.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2024,2555.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2025,2504.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2026,2453.8,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2027,2403.1,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2028,2352.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2029,2301.6,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2030,2250.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2031,2200.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2032,2149.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2033,2098.8,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2034,2048.1,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2035,1997.4,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2036,1974.6,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2037,1951.8,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2038,1928.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2039,1906.1,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2040,1883.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2041,1860.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2042,1837.6,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2043,1814.8,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2044,1792.0,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2045,1769.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2046,1746.4,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2047,1723.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2048,1700.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2049,1677.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",capcost,2050,1655.1,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2010,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2011,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2012,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2013,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2014,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2015,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2016,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2017,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2018,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2019,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2020,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2021,68.796,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2022,70.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2023,69.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2024,67.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2025,66.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2026,65.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2027,63.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2028,62.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2029,61.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2030,59.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2031,58.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2032,56.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2033,55.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2034,54.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2035,52.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2036,52.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2037,51.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2038,51.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2039,50.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2040,50.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2041,49.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2042,48.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2043,48.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2044,47.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2045,47.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2046,46.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2047,46.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2048,45.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2049,45.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",fom,2050,44.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2010,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2011,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2012,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2013,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2014,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2015,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2016,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2017,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2018,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2019,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2020,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2021,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2022,7.22,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2023,7.191,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2024,7.162,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2025,7.134,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2026,7.105,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2027,7.076,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2028,7.048,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2029,7.019,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2030,6.99,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2031,6.961,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2032,6.933,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2033,6.904,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2034,6.875,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2035,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2036,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2037,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2038,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2039,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2040,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2041,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2042,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2043,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2044,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2045,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2046,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2047,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2048,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2049,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",heatrate,2050,6.847,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2010,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2011,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2012,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2013,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2014,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2015,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2016,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2017,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2018,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2019,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2020,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2021,5.0004,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2022,5.11,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2023,5.04,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2024,4.96,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2025,4.88,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2026,4.8,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2027,4.72,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2028,4.64,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2029,4.57,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2030,4.49,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2031,4.41,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2032,4.33,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2033,4.25,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2034,4.17,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2035,4.1,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2036,4.07,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2037,4.04,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2038,4.01,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2039,3.98,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2040,3.95,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2041,3.92,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2042,3.89,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2043,3.86,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2044,3.84,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2045,3.81,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2046,3.78,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2047,3.75,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2048,3.72,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2049,3.69,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC-CCS_mod,Moderate,"{""i"":""Gas-CC-CCS_mod""}",vom,2050,3.66,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2010,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2011,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2012,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2013,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2014,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2015,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2016,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2017,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2018,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2019,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2020,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2021,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2022,2968.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2023,2906.8,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2024,2844.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2025,2783.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2026,2721.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2027,2659.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2028,2597.3,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2029,2535.4,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2030,2473.5,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2031,2411.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2032,2349.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2033,2287.8,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2034,2225.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2035,2164.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2036,2137.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2037,2111.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2038,2085.5,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2039,2059.3,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2040,2033.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2041,2006.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2042,1980.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2043,1954.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2044,1928.4,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2045,1902.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2046,1876.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2047,1849.8,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2048,1823.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2049,1797.4,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2050,1771.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2010,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2011,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2012,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2013,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2014,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2015,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2016,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2017,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2018,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2019,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2020,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2021,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2022,78.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2023,76.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2024,74.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2025,72.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2026,71.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2027,69.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2028,67.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2029,66.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2030,64.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2031,62.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2032,61.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2033,59.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2034,57.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2035,56.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2036,55.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2037,54.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2038,54.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2039,53.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2040,53.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2041,52.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2042,51.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2043,51.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2044,50.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2045,49.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2046,49.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2047,48.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2048,47.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2049,47.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2050,46.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2010,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2011,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2012,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2013,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2014,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2015,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2016,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2017,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2018,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2019,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2020,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2021,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2022,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2023,6.822,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2024,6.795,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2025,6.769,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2026,6.743,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2027,6.716,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2028,6.69,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2029,6.664,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2030,6.637,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2031,6.611,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2032,6.585,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2033,6.558,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2034,6.532,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2035,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2036,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2037,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2038,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2039,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2040,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2041,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2042,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2043,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2044,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2045,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2046,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2047,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2048,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2049,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2050,6.506,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2010,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2011,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2012,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2013,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2014,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2015,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2016,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2017,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2018,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2019,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2020,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2021,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2022,5.3,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2023,5.2,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2024,5.1,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2025,5.0,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2026,4.9,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2027,4.8,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2028,4.7,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2029,4.6,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2030,4.5,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2031,4.4,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2032,4.3,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2033,4.2,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2034,4.1,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2035,4.0,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2036,3.96,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2037,3.93,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2038,3.9,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2039,3.86,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2040,3.83,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2041,3.8,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2042,3.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2043,3.73,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2044,3.7,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2045,3.67,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2046,3.63,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2047,3.6,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2048,3.57,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2049,3.53,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2050,3.5,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2010,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2011,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2012,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2013,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2014,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2015,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2016,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2017,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2018,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2019,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2020,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2021,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2022,2968.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2023,2940.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2024,2911.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2025,2883.2,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2026,2854.8,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2027,2826.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2028,2797.8,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2029,2769.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2030,2740.8,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2031,2712.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2032,2683.8,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2033,2655.4,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2034,2626.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2035,2598.4,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2036,2569.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2037,2541.4,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2038,2512.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2039,2484.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2040,2456.0,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2041,2427.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2042,2399.0,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2043,2370.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2044,2342.0,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2045,2313.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2046,2285.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2047,2256.6,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2048,2228.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2049,2199.6,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2050,2171.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2010,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2011,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2012,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2013,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2014,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2015,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2016,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2017,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2018,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2019,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2020,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2021,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2022,78.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2023,77.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2024,76.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2025,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2026,75.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2027,74.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2028,73.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2029,73.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2030,72.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2031,71.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2032,71.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2033,70.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2034,69.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2035,68.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2036,68.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2037,67.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2038,66.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2039,66.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2040,65.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2041,64.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2042,64.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2043,63.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2044,62.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2045,62.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2046,61.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2047,60.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2048,59.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2049,59.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2050,58.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2010,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2011,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2012,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2013,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2014,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2015,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2016,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2017,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2018,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2019,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2020,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2021,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2022,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2023,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2024,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2025,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2026,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2027,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2028,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2029,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2030,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2031,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2032,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2033,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2034,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2035,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2036,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2037,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2038,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2039,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2040,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2041,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2042,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2043,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2044,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2045,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2046,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2047,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2048,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2049,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2050,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2010,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2011,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2012,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2013,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2014,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2015,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2016,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2017,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2018,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2019,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2020,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2021,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2022,5.3,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2023,5.27,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2024,5.23,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2025,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2026,5.16,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2027,5.12,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2028,5.09,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2029,5.05,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2030,5.01,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2031,4.98,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2032,4.94,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2033,4.9,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2034,4.87,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2035,4.83,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2036,4.8,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2037,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2038,4.72,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2039,4.69,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2040,4.65,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2041,4.61,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2042,4.58,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2043,4.54,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2044,4.51,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2045,4.47,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2046,4.43,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2047,4.4,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2048,4.36,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2049,4.32,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2050,4.29,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2010,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2011,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2012,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2013,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2014,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2015,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2016,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2017,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2018,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2019,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2020,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2021,2874.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2022,2968.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2023,2923.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2024,2878.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2025,2833.1,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2026,2787.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2027,2742.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2028,2697.6,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2029,2652.4,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2030,2607.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2031,2562.0,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2032,2516.8,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2033,2471.6,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2034,2426.4,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2035,2381.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2036,2353.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2037,2326.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2038,2299.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2039,2271.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2040,2244.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2041,2217.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2042,2189.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2043,2162.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2044,2135.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2045,2107.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2046,2080.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2047,2053.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2048,2025.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2049,1998.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",capcost,2050,1971.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2010,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2011,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2012,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2013,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2014,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2015,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2016,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2017,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2018,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2019,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2020,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2021,75.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2022,78.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2023,76.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2024,75.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2025,74.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2026,73.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2027,72.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2028,70.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2029,69.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2030,68.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2031,67.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2032,66.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2033,64.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2034,63.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2035,62.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2036,61.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2037,61.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2038,60.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2039,59.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2040,59.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2041,58.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2042,57.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2043,57.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2044,56.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2045,55.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2046,55.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2047,54.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2048,53.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2049,53.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",fom,2050,52.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2010,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2011,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2012,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2013,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2014,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2015,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2016,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2017,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2018,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2019,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2020,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2021,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2022,6.848,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2023,6.835,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2024,6.822,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2025,6.808,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2026,6.795,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2027,6.782,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2028,6.769,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2029,6.756,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2030,6.743,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2031,6.73,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2032,6.716,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2033,6.703,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2034,6.69,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2035,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2036,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2037,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2038,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2039,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2040,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2041,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2042,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2043,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2044,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2045,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2046,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2047,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2048,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2049,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",heatrate,2050,6.677,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2010,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2011,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2012,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2013,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2014,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2015,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2016,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2017,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2018,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2019,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2020,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2021,5.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2022,5.3,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2023,5.23,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2024,5.17,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2025,5.1,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2026,5.03,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2027,4.96,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2028,4.89,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2029,4.82,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2030,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2031,4.69,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2032,4.62,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2033,4.55,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2034,4.48,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2035,4.41,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2036,4.38,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2037,4.34,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2038,4.31,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2039,4.28,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2040,4.24,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2041,4.21,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2042,4.17,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2043,4.14,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2044,4.1,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2045,4.07,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2046,4.03,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2047,4.0,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2048,3.96,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2049,3.93,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_1x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_1x1-CCS_mod""}",vom,2050,3.89,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2010,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2011,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2012,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2013,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2014,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2015,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2016,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2017,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2018,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2019,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2020,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2021,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2022,2524.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2023,2458.4,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2024,2392.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2025,2326.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2026,2261.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2027,2195.3,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2028,2129.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2029,2063.8,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2030,1998.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2031,1932.3,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2032,1866.5,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2033,1800.8,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2034,1735.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2035,1669.3,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2036,1649.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2037,1628.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2038,1608.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2039,1588.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2040,1568.4,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2041,1548.2,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2042,1528.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2043,1507.9,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2044,1487.7,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2045,1467.5,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2046,1447.3,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2047,1427.1,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2048,1407.0,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2049,1386.8,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2050,1366.6,USD/kW,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2010,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2011,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2012,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2013,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2014,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2015,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2016,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2017,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2018,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2019,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2020,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2021,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2022,65.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2023,64.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2024,62.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2025,60.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2026,58.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2027,57.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2028,55.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2029,53.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2030,51.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2031,50.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2032,48.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2033,46.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2034,44.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2035,42.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2036,42.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2037,41.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2038,41.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2039,41.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2040,40.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2041,40.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2042,39.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2043,39.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2044,38.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2045,38.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2046,37.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2047,37.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2048,36.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2049,36.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2050,35.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2010,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2011,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2012,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2013,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2014,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2015,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2016,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2017,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2018,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2019,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2020,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2021,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2022,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2023,6.966,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2024,6.925,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2025,6.884,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2026,6.843,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2027,6.802,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2028,6.761,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2029,6.72,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2030,6.679,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2031,6.638,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2032,6.597,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2033,6.556,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2034,6.515,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2035,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2036,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2037,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2038,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2039,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2040,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2041,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2042,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2043,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2044,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2045,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2046,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2047,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2048,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2049,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2050,6.474,MMBtu/MWh,,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2010,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2011,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2012,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2013,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2014,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2015,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2016,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2017,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2018,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2019,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2020,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2021,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2022,4.86,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2023,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2024,4.65,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2025,4.55,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2026,4.44,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2027,4.34,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2028,4.23,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2029,4.13,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2030,4.02,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2031,3.92,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2032,3.81,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2033,3.71,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2034,3.6,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2035,3.5,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2036,3.47,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2037,3.45,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2038,3.42,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2039,3.39,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2040,3.37,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2041,3.34,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2042,3.32,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2043,3.29,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2044,3.27,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2045,3.24,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2046,3.22,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2047,3.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2048,3.16,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2049,3.14,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Advanced,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2050,3.11,USD/MWh,2022,manual,gas-ccs_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_advanced.csv"",""sha256"":""cf041173e8e36667d0657946917ed3dc8b58eb78781fd2f59a5154723ea84998"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2010,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2011,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2012,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2013,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2014,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2015,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2016,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2017,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2018,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2019,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2020,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2021,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2022,2524.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2023,2499.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2024,2475.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2025,2451.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2026,2427.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2027,2403.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2028,2378.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2029,2354.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2030,2330.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2031,2306.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2032,2282.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2033,2257.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2034,2233.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2035,2209.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2036,2185.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2037,2161.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2038,2136.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2039,2112.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2040,2088.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2041,2064.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2042,2040.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2043,2015.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2044,1991.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2045,1967.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2046,1943.3,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2047,1919.1,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2048,1894.9,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2049,1870.7,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2050,1846.5,USD/kW,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2010,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2011,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2012,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2013,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2014,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2015,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2016,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2017,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2018,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2019,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2020,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2021,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2022,65.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2023,65.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2024,64.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2025,64.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2026,63.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2027,62.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2028,62.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2029,61.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2030,61.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2031,60.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2032,59.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2033,59.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2034,58.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2035,58.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2036,57.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2037,57.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2038,56.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2039,55.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2040,55.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2041,54.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2042,54.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2043,53.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2044,52.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2045,52.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2046,51.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2047,51.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2048,50.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2049,49.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2050,49.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2010,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2011,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2012,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2013,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2014,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2015,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2016,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2017,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2018,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2019,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2020,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2021,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2022,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2023,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2024,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2025,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2026,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2027,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2028,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2029,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2030,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2031,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2032,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2033,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2034,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2035,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2036,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2037,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2038,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2039,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2040,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2041,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2042,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2043,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2044,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2045,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2046,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2047,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2048,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2049,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2050,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2010,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2011,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2012,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2013,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2014,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2015,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2016,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2017,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2018,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2019,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2020,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2021,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2022,4.86,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2023,4.83,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2024,4.8,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2025,4.77,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2026,4.74,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2027,4.71,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2028,4.68,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2029,4.65,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2030,4.62,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2031,4.59,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2032,4.55,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2033,4.52,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2034,4.49,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2035,4.46,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2036,4.43,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2037,4.4,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2038,4.37,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2039,4.34,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2040,4.31,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2041,4.28,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2042,4.25,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2043,4.22,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2044,4.19,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2045,4.16,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2046,4.13,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2047,4.09,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2048,4.06,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2049,4.03,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Conservative,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2050,4.0,USD/MWh,2022,manual,gas-ccs_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_conservative.csv"",""sha256"":""c4e283fea09d0283647411525da3bab1140935777ed61e01bed4dff287d63668"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2010,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2011,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2012,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2013,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2014,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2015,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2016,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2017,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2018,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2019,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2020,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2021,2443.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2022,2524.1,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2023,2479.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2024,2434.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2025,2389.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2026,2344.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2027,2299.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2028,2254.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2029,2209.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2030,2164.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2031,2119.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2032,2074.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2033,2029.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2034,1984.4,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2035,1939.4,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2036,1917.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2037,1895.0,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2038,1872.8,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2039,1850.6,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2040,1828.4,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2041,1806.2,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2042,1784.1,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2043,1761.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2044,1739.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2045,1717.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2046,1695.3,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2047,1673.1,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2048,1650.9,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2049,1628.7,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",capcost,2050,1606.5,USD/kW,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2010,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2011,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2012,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2013,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2014,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2015,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2016,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2017,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2018,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2019,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2020,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2021,64.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2022,65.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2023,64.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2024,63.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2025,62.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2026,61.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2027,60.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2028,58.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2029,57.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2030,56.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2031,55.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2032,54.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2033,52.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2034,51.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2035,50.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2036,50.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2037,49.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2038,48.9,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2039,48.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2040,47.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2041,47.3,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2042,46.8,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2043,46.2,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2044,45.7,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2045,45.1,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2046,44.6,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2047,44.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2048,43.5,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2049,43.0,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",fom,2050,42.4,USD/kW-yr,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2010,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2011,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2012,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2013,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2014,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2015,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2016,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2017,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2018,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2019,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2020,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2021,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2022,7.007,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2023,6.986,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2024,6.966,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2025,6.945,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2026,6.925,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2027,6.904,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2028,6.884,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2029,6.863,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2030,6.843,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2031,6.822,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2032,6.802,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2033,6.781,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2034,6.761,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2035,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2036,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2037,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2038,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2039,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2040,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2041,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2042,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2043,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2044,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2045,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2046,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2047,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2048,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2049,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",heatrate,2050,6.74,MMBtu/MWh,,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2010,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2011,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2012,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2013,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2014,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2015,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2016,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2017,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2018,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2019,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2020,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2021,4.76,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2022,4.86,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2023,4.79,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2024,4.73,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2025,4.66,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2026,4.59,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2027,4.52,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2028,4.45,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2029,4.39,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2030,4.32,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2031,4.25,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2032,4.18,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2033,4.12,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2034,4.05,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2035,3.98,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2036,3.95,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2037,3.92,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2038,3.9,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2039,3.87,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2040,3.84,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2041,3.81,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2042,3.78,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2043,3.75,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2044,3.73,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2045,3.7,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2046,3.67,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2047,3.64,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2048,3.61,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2049,3.59,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,gas-ccs,Gas-CC_H_2x1-CCS_mod,Moderate,"{""i"":""Gas-CC_H_2x1-CCS_mod""}",vom,2050,3.56,USD/MWh,2022,manual,gas-ccs_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""gas-ccs_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/gas-ccs_ATB_2024_moderate.csv"",""sha256"":""c46e4b38a07f22148ec1a0efd98fbe3c2402fee76a4f90f150334b8b54fcff25"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""gas-ccs_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2010,7686.711275,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2011,7633.565731,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2012,7580.420186,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2013,7527.27464,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2014,7474.129095,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2015,7420.983549,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2016,7367.838005,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2017,7314.692459,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2018,7261.546913,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2019,7208.401368,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2020,7172.069171,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2021,8065.093644,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2022,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2023,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2024,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2025,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2026,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2027,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2028,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2029,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2030,5250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2031,5000.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2032,4750.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2033,4500.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2034,4250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2035,4000.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2036,3800.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2037,3600.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2038,3400.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2039,3200.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2040,3000.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2041,2900.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2042,2800.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2043,2700.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2044,2600.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2045,2500.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2046,2450.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2047,2400.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2048,2350.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2049,2300.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",capcost,2050,2250.0,USD/kW,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2010,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2011,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2012,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2013,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2014,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2015,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2016,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2017,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2018,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2019,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2020,165.0426129,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2021,164.2896,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2022,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2023,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2024,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2025,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2026,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2027,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2028,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2029,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2030,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2031,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2032,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2033,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2034,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2035,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2036,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2037,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2038,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2039,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2040,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2041,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2042,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2043,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2044,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2045,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2046,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2047,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2048,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2049,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",fom,2050,126.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2010,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2011,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2012,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2013,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2014,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2015,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2016,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2017,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2018,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2019,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2020,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2021,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2022,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2023,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2024,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2025,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2026,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2027,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2028,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2029,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2030,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2031,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2032,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2033,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2034,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2035,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2036,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2037,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2038,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2039,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2040,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2041,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2042,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2043,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2044,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2045,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2046,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2047,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2048,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2049,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",heatrate,2050,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2010,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2011,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2012,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2013,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2014,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2015,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2016,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2017,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2018,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2019,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2020,2.659247015,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2021,2.6676,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2022,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2023,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2024,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2025,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2026,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2027,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2028,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2029,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2030,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2031,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2032,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2033,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2034,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2035,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2036,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2037,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2038,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2039,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2040,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2041,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2042,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2043,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2044,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2045,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2046,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2047,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2048,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2049,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Advanced,"{""i"":""Nuclear""}",vom,2050,1.9,USD/MWh,2022,manual,nuclear_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_advanced.csv"",""sha256"":""9d1785a1a2e069b03c5dd15b56d5b326efe162a77ef0c8499c3b752fb6d5ecaf"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2010,7686.711275,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2011,7633.565731,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2012,7580.420186,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2013,7527.27464,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2014,7474.129095,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2015,7420.983549,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2016,7367.838005,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2017,7314.692459,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2018,7261.546913,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2019,7208.401368,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2020,7172.069171,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2021,8065.093644,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2022,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2023,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2024,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2025,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2026,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2027,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2028,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2029,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2030,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2031,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2032,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2033,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2034,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2035,7750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2036,7700.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2037,7650.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2038,7600.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2039,7550.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2040,7500.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2041,7350.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2042,7200.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2043,7050.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2044,6900.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2045,6750.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2046,6600.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2047,6450.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2048,6300.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2049,6150.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",capcost,2050,6000.0,USD/kW,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2010,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2011,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2012,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2013,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2014,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2015,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2016,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2017,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2018,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2019,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2020,165.0426129,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2021,164.2896,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2022,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2023,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2024,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2025,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2026,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2027,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2028,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2029,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2030,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2031,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2032,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2033,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2034,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2035,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2036,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2037,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2038,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2039,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2040,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2041,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2042,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2043,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2044,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2045,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2046,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2047,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2048,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2049,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",fom,2050,204.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2010,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2011,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2012,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2013,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2014,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2015,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2016,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2017,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2018,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2019,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2020,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2021,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2022,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2023,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2024,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2025,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2026,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2027,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2028,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2029,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2030,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2031,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2032,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2033,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2034,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2035,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2036,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2037,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2038,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2039,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2040,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2041,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2042,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2043,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2044,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2045,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2046,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2047,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2048,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2049,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",heatrate,2050,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2010,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2011,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2012,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2013,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2014,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2015,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2016,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2017,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2018,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2019,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2020,2.659247015,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2021,2.6676,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2022,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2023,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2024,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2025,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2026,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2027,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2028,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2029,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2030,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2031,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2032,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2033,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2034,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2035,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2036,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2037,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2038,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2039,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2040,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2041,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2042,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2043,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2044,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2045,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2046,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2047,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2048,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2049,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Conservative,"{""i"":""Nuclear""}",vom,2050,3.4,USD/MWh,2022,manual,nuclear_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_conservative.csv"",""sha256"":""fc9c7b7f7504c86ac5f1be7304c10a3355f27312a7f79e0520f539fe53497bfc"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2010,7686.711275,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2011,7633.565731,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2012,7580.420186,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2013,7527.27464,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2014,7474.129095,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2015,7420.983549,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2016,7367.838005,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2017,7314.692459,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2018,7261.546913,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2019,7208.401368,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2020,7172.069171,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2021,8065.093644,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2022,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2023,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2024,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2025,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2026,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2027,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2028,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2029,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2030,5750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2031,5700.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2032,5650.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2033,5600.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2034,5550.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2035,5500.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2036,5350.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2037,5200.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2038,5050.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2039,4900.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2040,4750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2041,4650.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2042,4550.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2043,4450.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2044,4350.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2045,4250.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2046,4150.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2047,4050.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2048,3950.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2049,3850.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",capcost,2050,3750.0,USD/kW,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2010,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2011,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2012,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2013,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2014,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2015,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2016,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2017,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2018,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2019,165.9481454,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2020,165.0426129,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2021,164.2896,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2022,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2023,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2024,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2025,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2026,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2027,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2028,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2029,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2030,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2031,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2032,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2033,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2034,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2035,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2036,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2037,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2038,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2039,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2040,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2041,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2042,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2043,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2044,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2045,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2046,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2047,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2048,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2049,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",fom,2050,175.0,USD/kW-yr,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2010,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2011,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2012,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2013,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2014,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2015,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2016,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2017,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2018,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2019,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2020,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2021,10.455,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2022,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2023,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2024,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2025,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2026,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2027,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2028,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2029,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2030,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2031,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2032,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2033,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2034,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2035,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2036,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2037,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2038,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2039,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2040,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2041,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2042,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2043,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2044,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2045,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2046,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2047,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2048,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2049,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",heatrate,2050,10.497,MMBtu/MWh,,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2010,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2011,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2012,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2013,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2014,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2015,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2016,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2017,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2018,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2019,2.692053726,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2020,2.659247015,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2021,2.6676,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2022,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2023,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2024,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2025,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2026,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2027,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2028,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2029,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2030,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2031,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2032,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2033,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2034,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2035,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2036,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2037,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2038,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2039,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2040,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2041,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2042,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2043,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2044,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2045,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2046,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2047,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2048,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2049,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear,Nuclear,Moderate,"{""i"":""Nuclear""}",vom,2050,2.8,USD/MWh,2022,manual,nuclear_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear_ATB_2024_moderate.csv"",""sha256"":""dd86e081e4982bd04346add48180cadb2ef90314d49e4ce75c9075724f9a1829"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2010,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2011,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2012,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2013,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2014,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2015,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2016,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2017,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2018,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2019,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2020,7699.675484,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2021,8658.389123,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2022,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2023,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2024,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2025,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2026,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2027,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2028,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2029,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2030,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2031,5050.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2032,4600.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2033,4150.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2034,3700.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2035,3250.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2036,3100.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2037,2950.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2038,2800.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2039,2650.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2040,2500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2041,2450.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2042,2400.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2043,2350.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2044,2300.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2045,2250.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2046,2200.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2047,2150.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2048,2100.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2049,2050.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",capcost,2050,2000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2010,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2011,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2012,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2013,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2014,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2015,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2016,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2017,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2018,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2019,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2020,128.9042058,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2021,128.304,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2022,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2023,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2024,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2025,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2026,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2027,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2028,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2029,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2030,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2031,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2032,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2033,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2034,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2035,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2036,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2037,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2038,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2039,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2040,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2041,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2042,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2043,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2044,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2045,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2046,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2047,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2048,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2049,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",fom,2050,118.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2010,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2011,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2012,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2013,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2014,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2015,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2016,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2017,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2018,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2019,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2020,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2021,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2022,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2023,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2024,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2025,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2026,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2027,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2028,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2029,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2030,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2031,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2032,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2033,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2034,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2035,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2036,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2037,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2038,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2039,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2040,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2041,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2042,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2043,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2044,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2045,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2046,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2047,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2048,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2049,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",heatrate,2050,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2010,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2011,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2012,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2013,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2014,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2015,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2016,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2017,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2018,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2019,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2020,3.37433865,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2021,3.3804,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2022,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2023,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2024,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2025,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2026,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2027,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2028,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2029,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2030,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2031,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2032,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2033,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2034,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2035,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2036,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2037,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2038,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2039,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2040,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2041,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2042,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2043,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2044,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2045,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2046,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2047,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2048,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2049,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Advanced,"{""i"":""Nuclear-SMR""}",vom,2050,2.2,USD/MWh,2022,manual,nuclear-smr_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_advanced.csv"",""sha256"":""af1e06146c957d4734f2cc89b790a5f39b07598aa78f4e3aeef457630ace8049"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2010,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2011,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2012,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2013,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2014,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2015,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2016,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2017,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2018,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2019,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2020,7699.675484,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2021,8658.389123,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2022,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2023,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2024,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2025,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2026,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2027,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2028,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2029,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2030,10000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2031,9900.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2032,9800.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2033,9700.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2034,9600.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2035,9500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2036,9200.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2037,8900.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2038,8600.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2039,8300.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2040,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2041,7800.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2042,7600.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2043,7400.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2044,7200.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2045,7000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2046,6850.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2047,6700.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2048,6550.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2049,6400.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",capcost,2050,6250.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2010,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2011,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2012,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2013,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2014,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2015,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2016,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2017,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2018,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2019,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2020,128.9042058,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2021,128.304,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2022,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2023,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2024,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2025,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2026,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2027,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2028,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2029,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2030,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2031,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2032,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2033,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2034,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2035,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2036,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2037,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2038,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2039,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2040,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2041,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2042,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2043,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2044,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2045,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2046,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2047,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2048,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2049,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",fom,2050,216.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2010,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2011,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2012,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2013,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2014,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2015,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2016,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2017,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2018,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2019,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2020,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2021,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2022,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2023,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2024,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2025,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2026,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2027,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2028,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2029,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2030,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2031,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2032,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2033,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2034,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2035,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2036,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2037,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2038,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2039,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2040,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2041,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2042,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2043,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2044,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2045,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2046,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2047,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2048,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2049,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",heatrate,2050,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2010,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2011,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2012,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2013,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2014,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2015,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2016,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2017,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2018,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2019,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2020,3.37433865,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2021,3.3804,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2022,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2023,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2024,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2025,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2026,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2027,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2028,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2029,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2030,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2031,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2032,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2033,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2034,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2035,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2036,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2037,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2038,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2039,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2040,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2041,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2042,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2043,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2044,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2045,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2046,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2047,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2048,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2049,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Conservative,"{""i"":""Nuclear-SMR""}",vom,2050,2.8,USD/MWh,2022,manual,nuclear-smr_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_conservative.csv"",""sha256"":""8d6edc957f2b8211ddaad1993d2a3f8f988ed438e911a99bfa7239443eebf6c6"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2010,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2011,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2012,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2013,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2014,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2015,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2016,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2017,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2018,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2019,7624.567702,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2020,7699.675484,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2021,8658.389123,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2022,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2023,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2024,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2025,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2026,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2027,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2028,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2029,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2030,8000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2031,7700.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2032,7400.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2033,7100.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2034,6800.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2035,6500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2036,6250.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2037,6000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2038,5750.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2039,5500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2040,5250.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2041,5100.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2042,4950.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2043,4800.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2044,4650.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2045,4500.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2046,4400.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2047,4300.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2048,4200.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2049,4100.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",capcost,2050,4000.0,USD/kW,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2010,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2011,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2012,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2013,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2014,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2015,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2016,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2017,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2018,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2019,129.5986335,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2020,128.9042058,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2021,128.304,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2022,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2023,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2024,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2025,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2026,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2027,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2028,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2029,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2030,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2031,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2032,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2033,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2034,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2035,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2036,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2037,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2038,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2039,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2040,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2041,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2042,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2043,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2044,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2045,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2046,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2047,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2048,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2049,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",fom,2050,136.0,USD/kW-yr,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2010,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2011,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2012,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2013,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2014,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2015,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2016,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2017,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2018,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2019,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2020,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2021,10.455,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2022,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2023,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2024,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2025,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2026,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2027,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2028,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2029,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2030,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2031,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2032,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2033,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2034,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2035,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2036,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2037,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2038,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2039,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2040,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2041,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2042,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2043,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2044,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2045,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2046,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2047,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2048,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2049,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",heatrate,2050,9.18,MMBtu/MWh,,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2010,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2011,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2012,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2013,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2014,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2015,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2016,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2017,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2018,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2019,3.415967332,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2020,3.37433865,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2021,3.3804,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2022,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2023,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2024,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2025,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2026,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2027,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2028,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2029,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2030,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2031,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2032,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2033,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2034,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2035,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2036,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2037,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2038,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2039,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2040,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2041,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2042,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2043,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2044,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2045,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2046,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2047,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2048,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2049,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,nuclear-smr,Nuclear-SMR,Moderate,"{""i"":""Nuclear-SMR""}",vom,2050,2.6,USD/MWh,2022,manual,nuclear-smr_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""nuclear-smr_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/nuclear-smr_ATB_2024_moderate.csv"",""sha256"":""2aa4044607b5a1b9957ce35d0a30b30933bd45f0bf283229a8fc3c60fc8c9eba"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""nuclear-smr_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2010,7134.47322,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2011,6626.226717,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2012,6117.98021,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2013,4246.109494,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2014,3195.163027,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2015,3190.13065,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2016,2777.886445,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2017,1699.682398,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2018,1629.132468,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2019,1558.582537,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2020,1473.096512,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2021,1345.480289,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2022,1366.598204,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2023,1434.792072,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2024,1365.999016,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2025,1297.20596,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2026,1228.412905,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2027,1159.619849,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2028,1090.826793,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2029,1022.033737,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2030,953.2406815,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2031,884.4476258,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2032,815.65457,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2033,746.8615143,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2034,678.0684585,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2035,609.2754027,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2036,601.5310327,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2037,593.7866627,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2038,586.0422927,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2039,578.2979227,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2040,570.5535527,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2041,562.8091826,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2042,555.0648126,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2043,547.3204426,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2044,539.5760726,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2045,531.8317026,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2046,524.0873326,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2047,516.3429625,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2048,508.5985925,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2049,500.8542225,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},capcost,2050,493.1098525,USD/kW,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2010,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2011,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2012,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2013,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2014,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2015,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2016,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2017,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2018,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2019,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2020,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2021,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2022,0.930346357,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2023,0.940226901,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2024,0.950107444,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2025,0.959987988,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2026,0.969868532,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2027,0.979749075,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2028,0.989629619,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2029,0.999510163,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2030,1.009390706,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2031,1.01927125,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2032,1.029151794,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2033,1.039032337,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2034,1.048912881,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2035,1.058793425,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2036,1.061844461,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2037,1.064895498,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2038,1.067946535,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2039,1.070997572,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2040,1.074048608,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2041,1.077099645,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2042,1.080150682,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2043,1.083201719,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2044,1.086252756,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2045,1.089303792,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2046,1.092354829,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2047,1.095405866,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2048,1.098456903,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2049,1.101507939,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},cf_improvement,2050,1.104558976,ATB 2024 reference multiplier,,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2010,35.6723661,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2011,35.06566801,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2012,34.45896991,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2013,33.85227179,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2014,33.2455737,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2015,32.6388756,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2016,32.0321775,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2017,30.81878129,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2018,28.50901493,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2019,26.19924857,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2020,25.58148089,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2021,24.33122164,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2022,23.76560346,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2023,22.21880245,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2024,21.40792779,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2025,20.60212092,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2026,19.80106328,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2027,19.00446249,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2028,18.21204967,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2029,17.42357713,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2030,16.63881636,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2031,15.85755618,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2032,15.07960111,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2033,14.30476997,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2034,13.53289461,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2035,12.76381869,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2036,12.67020863,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2037,12.57681968,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2038,12.4836485,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2039,12.3906918,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2040,12.29794637,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2041,12.20540905,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2042,12.11307675,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2043,12.02094645,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2044,11.92901517,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2045,11.83728,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2046,11.74573808,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2047,11.65438661,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2048,11.56322285,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2049,11.47224411,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},fom,2050,11.38144773,USD/kW-yr,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2010,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2011,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2012,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2013,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2014,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2015,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2016,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2017,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2018,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2019,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2020,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2021,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2022,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2023,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2024,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2025,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2026,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2027,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2028,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2029,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2030,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2031,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2032,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2033,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2034,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2035,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2036,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2037,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2038,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2039,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2040,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2041,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2042,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2043,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2044,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2045,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2046,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2047,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2048,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2049,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Advanced,{},vom,2050,0.0,USD/MWh,2022,manual,upv_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_advanced.csv"",""sha256"":""dcb548130ed6000f481f116eff917fd56b64861d50f2507fda1aa7d678bc4785"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2010,7134.47322,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2011,6626.226717,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2012,6117.98021,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2013,4246.109494,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2014,3195.163027,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2015,3190.13065,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2016,2777.886445,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2017,1699.682398,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2018,1629.132468,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2019,1558.582537,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2020,1473.096512,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2021,1345.480289,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2022,1366.598204,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2023,1434.792072,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2024,1398.402048,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2025,1362.012024,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2026,1325.622,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2027,1289.231976,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2028,1252.841953,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2029,1216.451929,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2030,1180.061905,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2031,1143.671881,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2032,1107.281857,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2033,1070.891833,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2034,1034.50181,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2035,998.1117857,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2036,979.1945034,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2037,960.2772212,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2038,941.3599389,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2039,922.4426566,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2040,903.5253744,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2041,884.6080921,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2042,865.6908098,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2043,846.7735275,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2044,827.8562453,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2045,808.938963,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2046,790.0216807,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2047,771.1043984,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2048,752.1871162,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2049,733.2698339,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},capcost,2050,714.3525516,USD/kW,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2010,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2011,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2012,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2013,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2014,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2015,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2016,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2017,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2018,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2019,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2020,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2021,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2022,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2023,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2024,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2025,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2026,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2027,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2028,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2029,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2030,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2031,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2032,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2033,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2034,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2035,0.920465813,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2036,0.925768093,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2037,0.931070372,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2038,0.936372651,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2039,0.94167493,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2040,0.946977209,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2041,0.952279488,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2042,0.957581767,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2043,0.962884046,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2044,0.968186325,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2045,0.973488604,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2046,0.978790884,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2047,0.984093163,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2048,0.989395442,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2049,0.994697721,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},cf_improvement,2050,1.0,ATB 2024 reference multiplier,,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2010,35.6723661,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2011,35.06566801,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2012,34.45896991,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2013,33.85227179,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2014,33.2455737,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2015,32.6388756,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2016,32.0321775,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2017,30.81878129,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2018,28.50901493,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2019,26.19924857,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2020,25.58148089,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2021,24.33122164,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2022,23.76560346,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2023,22.21880245,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2024,21.8605019,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2025,21.50289996,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2026,21.14597998,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2027,20.78972587,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2028,20.43412202,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2029,20.0791533,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2030,19.72480506,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2031,19.37106308,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2032,19.0179136,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2033,18.66534324,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2034,18.31333904,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2035,17.96188842,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2036,17.76460103,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2037,17.56750595,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2038,17.37060065,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2039,17.17388264,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2040,16.97734948,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2041,16.78099878,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2042,16.58482816,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2043,16.38883531,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2044,16.19301796,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2045,15.99737385,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2046,15.8019008,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2047,15.60659663,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2048,15.41145922,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2049,15.21648647,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},fom,2050,15.02167633,USD/kW-yr,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2010,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2011,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2012,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2013,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2014,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2015,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2016,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2017,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2018,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2019,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2020,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2021,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2022,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2023,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2024,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2025,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2026,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2027,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2028,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2029,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2030,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2031,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2032,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2033,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2034,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2035,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2036,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2037,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2038,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2039,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2040,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2041,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2042,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2043,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2044,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2045,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2046,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2047,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2048,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2049,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Conservative,{},vom,2050,0.0,USD/MWh,2022,manual,upv_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_conservative.csv"",""sha256"":""b11e2bb94b58e5e52399749aeb6f83837e0e9833d783f38fa32a5e032e6a334c"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2010,7134.47322,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2011,6626.226717,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2012,6117.98021,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2013,4246.109494,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2014,3195.163027,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2015,3190.13065,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2016,2777.886445,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2017,1699.682398,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2018,1629.132468,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2019,1558.582537,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2020,1473.096512,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2021,1345.480289,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2022,1366.598204,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2023,1434.792072,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2024,1378.922112,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2025,1323.052152,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2026,1267.182192,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2027,1211.312232,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2028,1155.442272,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2029,1099.572312,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2030,1043.702352,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2031,987.8323917,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2032,931.9624317,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2033,876.0924717,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2034,820.2225116,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2035,764.3525516,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2036,750.6807417,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2037,737.0089318,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2038,723.3371218,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2039,709.6653119,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2040,695.993502,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2041,682.3216921,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2042,668.6498821,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2043,654.9780722,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2044,641.3062623,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2045,627.6344524,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2046,613.9626424,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2047,600.2908325,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2048,586.6190226,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2049,572.9472127,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},capcost,2050,559.2754027,USD/kW,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2010,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2011,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2012,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2013,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2014,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2015,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2016,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2017,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2018,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2019,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2020,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2021,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2022,0.926146827,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2023,0.93182784,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2024,0.937508853,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2025,0.943189867,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2026,0.94887088,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2027,0.954551893,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2028,0.960232907,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2029,0.96591392,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2030,0.971594933,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2031,0.977275947,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2032,0.98295696,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2033,0.988637973,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2034,0.994318987,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2035,1.0,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2036,1.003919562,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2037,1.007839123,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2038,1.011758685,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2039,1.015678247,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2040,1.019597808,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2041,1.02351737,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2042,1.027436932,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2043,1.031356493,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2044,1.035276055,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2045,1.039195616,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2046,1.043115178,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2047,1.04703474,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2048,1.050954301,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2049,1.054873863,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},cf_improvement,2050,1.058793425,ATB 2024 reference multiplier,,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2010,35.6723661,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2011,35.06566801,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2012,34.45896991,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2013,33.85227179,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2014,33.2455737,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2015,32.6388756,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2016,32.0321775,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2017,30.81878129,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2018,28.50901493,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2019,26.19924857,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2020,25.58148089,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2021,24.33122164,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2022,23.76560346,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2023,22.21880245,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2024,21.60888882,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2025,21.00107658,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2026,20.39527973,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2027,19.79141686,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2028,19.18941091,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2029,18.58918887,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2030,17.99068147,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2031,17.39382303,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2032,16.79855113,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2033,16.2048065,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2034,15.61253278,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2035,15.02167633,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2036,14.86931809,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2037,14.71724064,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2038,14.56543935,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2039,14.41390973,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2040,14.26264738,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2041,14.11164797,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2042,13.9609073,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2043,13.81042124,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2044,13.66018574,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2045,13.51019684,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2046,13.36045068,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2047,13.21094346,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2048,13.06167147,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2049,12.91263107,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},fom,2050,12.76381869,USD/kW-yr,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2010,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2011,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2012,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2013,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2014,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2015,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2016,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2017,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2018,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2019,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2020,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2021,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2022,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2023,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2024,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2025,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2026,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2027,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2028,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2029,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2030,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2031,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2032,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2033,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2034,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2035,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2036,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2037,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2038,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2039,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2040,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2041,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2042,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2043,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2044,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2045,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2046,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2047,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2048,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2049,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,upv,*,Moderate,{},vom,2050,0.0,USD/MWh,2022,manual,upv_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""upv_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/upv_ATB_2024_moderate.csv"",""sha256"":""a60fce60f6a1d089f5640e0100cdb0ce2288c0b5221349dad85a1dfd5d0f97fa"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""upv_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2010,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2011,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2012,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2013,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2014,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2015,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2016,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2017,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2018,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2019,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2020,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2021,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2022,4601.48316,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2023,4260.6043,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2024,4059.46168,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2025,3919.05358,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2026,3524.88936,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2027,3152.79494,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2028,2795.22317,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2029,2734.7054,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2030,2682.14592,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2031,2611.71755,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2032,2552.26379,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2033,2500.98411,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2034,2456.01269,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2035,2416.04693,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2036,2389.32295,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2037,2364.49745,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2038,2341.33467,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2039,2319.63929,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2040,2299.24781,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2041,2280.02202,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2042,2261.84413,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2043,2244.61296,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2044,2228.241,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2045,2212.65204,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2046,2197.77941,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2047,2183.56436,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2048,2169.95497,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2049,2156.90508,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2050,2144.37349,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2010,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2011,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2012,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2013,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2014,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2015,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2016,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2017,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2018,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2019,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2020,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2021,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2022,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2023,0.97388,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2024,0.99021,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2025,1.00162,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2026,1.01029,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2027,1.01724,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2028,1.02301,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2029,1.02793,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2030,1.0322,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2031,1.03792,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2032,1.04275,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2033,1.04691,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2034,1.05057,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2035,1.05381,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2036,1.05599,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2037,1.058,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2038,1.05988,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2039,1.06165,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2040,1.0633,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2041,1.06486,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2042,1.06634,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2043,1.06774,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2044,1.06907,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2045,1.07034,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2046,1.07154,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2047,1.0727,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2048,1.0738,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2049,1.07486,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2050,1.07588,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2010,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2011,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2012,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2013,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2014,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2015,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2016,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2017,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2018,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2019,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2020,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2021,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2022,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2023,85.12696,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2024,81.71415,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2025,79.33183,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2026,77.52013,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2027,76.06828,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2028,74.86285,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2029,73.83604,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2030,72.94425,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2031,71.74929,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2032,70.74053,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2033,69.87046,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2034,69.10742,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2035,68.42932,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2036,67.97589,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2037,67.55467,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2038,67.16166,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2039,66.79356,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2040,66.44757,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2041,66.12136,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2042,65.81294,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2043,65.52057,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2044,65.24279,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2045,64.97829,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2046,64.72594,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2047,64.48475,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2048,64.25384,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2049,64.03242,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2050,63.8198,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2010,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2011,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2012,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2013,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2014,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2015,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2016,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2017,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2018,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2019,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2020,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2021,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2022,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2023,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2024,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2025,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2026,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2027,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2028,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2029,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2030,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2031,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2032,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2033,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2034,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2035,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2036,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2037,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2038,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2039,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2040,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2041,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2042,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2043,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2044,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2045,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2046,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2047,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2048,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2049,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Advanced,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2050,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2010,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2011,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2012,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2013,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2014,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2015,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2016,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2017,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2018,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2019,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2020,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2021,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2022,6359.77347,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2023,6328.72545,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2024,6300.43738,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2025,6274.47476,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2026,6250.4971,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2027,6228.2328,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2028,6207.46182,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2029,6188.00345,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2030,5733.25253,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2031,5245.4103,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2032,4765.08577,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2033,4290.42013,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2034,3820.16243,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2035,3353.43158,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2036,3333.06052,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2037,3314.04412,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2038,3296.21978,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2039,3279.45218,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2040,3263.62756,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2041,3248.64933,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2042,3234.43487,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2043,3220.91295,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2044,3208.02171,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2045,3195.70716,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2046,3183.92184,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2047,3172.62385,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2048,3161.77603,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2049,3151.34525,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2050,3141.30185,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2010,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2011,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2012,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2013,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2014,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2015,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2016,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2017,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2018,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2019,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2020,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2021,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2022,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2023,0.94742,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2024,0.94854,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2025,0.94957,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2026,0.95052,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2027,0.9514,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2028,0.95223,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2029,0.953,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2030,0.95373,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2031,0.95576,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2032,0.9575,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2033,0.95902,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2034,0.96036,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2035,0.96156,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2036,0.96237,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2037,0.96312,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2038,0.96383,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2039,0.9645,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2040,0.96512,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2041,0.96572,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2042,0.96628,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2043,0.96682,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2044,0.96733,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2045,0.96782,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2046,0.96829,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2047,0.96873,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2048,0.96916,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2049,0.96958,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2050,0.96998,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2010,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2011,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2012,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2013,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2014,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2015,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2016,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2017,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2018,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2019,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2020,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2021,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2022,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2023,90.40735,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2024,89.94874,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2025,89.52783,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2026,89.13911,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2027,88.77816,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2028,88.44142,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2029,88.12596,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2030,87.82934,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2031,86.99625,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2032,86.28504,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2033,85.66556,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2034,85.11755,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2035,84.62672,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2036,84.29646,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2037,83.98817,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2038,83.6992,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2039,83.42736,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2040,83.17081,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2041,82.92798,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2042,82.69754,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2043,82.47832,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2044,82.26933,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2045,82.06968,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2046,81.87862,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2047,81.69545,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2048,81.51959,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2049,81.35048,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2050,81.18766,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2010,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2011,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2012,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2013,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2014,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2015,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2016,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2017,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2018,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2019,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2020,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2021,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2022,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2023,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2024,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2025,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2026,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2027,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2028,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2029,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2030,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2031,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2032,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2033,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2034,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2035,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2036,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2037,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2038,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2039,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2040,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2041,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2042,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2043,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2044,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2045,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2046,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2047,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2048,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2049,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Conservative,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2050,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2010,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2011,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2012,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2013,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2014,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2015,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2016,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2017,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2018,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2019,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2020,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2021,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2022,5237.4605,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2023,5067.26634,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2024,4946.47388,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2025,4853.52921,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2026,4778.3686,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2027,4715.50308,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2028,4362.33656,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2029,4016.00485,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2030,3675.03901,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2031,3312.92283,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2032,2960.30113,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2033,2914.0718,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2034,2873.35407,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2035,2837.02786,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2036,2812.66232,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2037,2789.97284,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2038,2768.75473,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2039,2748.83805,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2040,2730.08021,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2041,2712.36044,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2042,2695.57561,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2043,2679.63696,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2044,2664.4676,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2045,2650.00046,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2046,2636.17675,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2047,2622.9446,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2048,2610.25811,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2049,2598.07638,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",capcost,2050,2586.36288,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2010,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2011,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2012,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2013,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2014,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2015,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2016,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2017,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2018,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2019,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2020,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2021,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2022,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2023,0.95632,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2024,0.96351,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2025,0.96904,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2026,0.97351,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2027,0.97726,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2028,0.98046,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2029,0.98327,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2030,0.98575,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2031,0.98949,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2032,0.99266,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2033,0.99541,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2034,0.99784,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2035,1.0,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2036,1.00145,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2037,1.0028,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2038,1.00406,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2039,1.00525,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2040,1.00637,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2041,1.00742,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2042,1.00842,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2043,1.00937,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2044,1.01027,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2045,1.01113,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2046,1.01196,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2047,1.01274,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2048,1.0135,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2049,1.01422,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",cf_improvement,2050,1.01492,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2010,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2011,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2012,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2013,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2014,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2015,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2016,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2017,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2018,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2019,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2020,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2021,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2022,90.9107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2023,87.82029,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2024,85.62692,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2025,83.93922,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2026,82.57444,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2027,81.43292,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2028,80.4545,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2029,79.60019,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2030,78.84332,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2031,77.70239,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2032,76.73387,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2033,75.89443,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2034,75.15507,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2035,74.49545,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2036,74.05302,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2037,73.64102,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2038,73.25574,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2039,72.89409,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2040,72.55348,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2041,72.23172,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2042,71.92694,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2043,71.63753,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2044,71.36208,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2045,71.09938,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2046,70.84837,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2047,70.6081,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2048,70.37773,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2049,70.15654,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",fom,2050,69.94384,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2010,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2011,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2012,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2013,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2014,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2015,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2016,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2017,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2018,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2019,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2020,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2021,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2022,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2023,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2024,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2025,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2026,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2027,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2028,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2029,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2030,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2031,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2032,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2033,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2034,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2035,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2036,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2037,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2038,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2039,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2040,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2041,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2042,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2043,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2044,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2045,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2046,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2047,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2048,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2049,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,fixed,Moderate,"{""rsc_mult"":1.0,""turbine"":""fixed""}",vom,2050,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2010,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2011,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2012,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2013,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2014,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2015,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2016,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2017,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2018,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2019,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2020,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2021,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2022,14229.47981,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2023,9577.6067,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2024,8500.13714,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2025,7910.7477,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2026,7114.39406,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2027,6421.40359,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2028,5790.91499,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2029,5601.50773,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2030,5441.95176,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2031,4779.16597,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2032,4406.21963,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2033,4152.63904,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2034,3963.21358,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2035,3813.4403,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2036,3486.65928,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2037,3271.93178,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2038,3114.52577,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2039,2991.55366,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2040,2891.37801,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2041,2807.31746,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2042,2735.20168,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2043,2672.26312,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2044,2616.57679,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2045,2566.75304,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2046,2521.75786,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2047,2480.80234,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2048,2443.27176,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2049,2408.67839,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2050,2376.62918,USD/kW,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2010,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2011,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2012,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2013,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2014,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2015,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2016,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2017,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2018,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2019,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2020,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2021,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2022,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2023,0.97388,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2024,0.99021,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2025,1.00162,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2026,1.01029,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2027,1.01724,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2028,1.02301,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2029,1.02793,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2030,1.0322,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2031,1.03792,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2032,1.04275,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2033,1.04691,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2034,1.05057,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2035,1.05381,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2036,1.05599,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2037,1.058,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2038,1.05988,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2039,1.06165,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2040,1.0633,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2041,1.06486,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2042,1.06634,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2043,1.06774,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2044,1.06907,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2045,1.07034,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2046,1.07154,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2047,1.0727,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2048,1.0738,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2049,1.07486,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2050,1.07588,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2010,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2011,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2012,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2013,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2014,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2015,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2016,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2017,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2018,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2019,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2020,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2021,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2022,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2023,68.07725,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2024,64.96144,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2025,63.25705,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2026,62.11205,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2027,61.26249,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2028,60.59367,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2029,60.04594,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2030,59.58454,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2031,57.6679,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2032,56.58942,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2033,55.85612,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2034,55.30834,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2035,54.87523,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2036,53.93024,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2037,53.3093,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2038,52.85411,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2039,52.4985,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2040,52.20881,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2041,51.96573,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2042,51.75719,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2043,51.57518,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2044,51.41415,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2045,51.27007,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2046,51.13995,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2047,51.02152,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2048,50.91298,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2049,50.81295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2050,50.72027,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2010,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2011,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2012,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2013,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2014,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2015,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2016,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2017,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2018,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2019,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2020,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2021,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2022,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2023,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2024,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2025,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2026,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2027,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2028,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2029,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2030,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2031,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2032,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2033,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2034,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2035,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2036,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2037,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2038,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2039,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2040,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2041,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2042,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2043,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2044,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2045,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2046,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2047,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2048,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2049,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Advanced,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2050,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_advanced.csv"",""sha256"":""daff1d16e90ee180df37901c5286851f0ae1cab05e7262d58813310be9162c7f"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2010,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2011,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2012,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2013,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2014,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2015,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2016,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2017,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2018,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2019,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2020,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2021,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2022,16679.24373,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2023,15201.41551,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2024,14509.81355,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2025,14064.92972,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2026,13740.20065,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2027,13486.1424,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2028,13278.40941,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2029,13103.27806,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2030,12344.17704,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2031,11044.99548,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2032,10030.90113,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2033,9138.74526,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2034,8313.83734,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2035,7531.32197,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2036,7140.82026,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2037,6876.09696,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2038,6677.53887,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2039,6519.5689,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2040,6388.92632,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2041,6277.87652,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2042,6181.52694,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2043,6096.59298,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2044,6020.76664,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2045,5952.3664,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2046,5890.1307,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2047,5833.08973,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2048,5780.48248,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2049,5731.70126,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2050,5686.25339,USD/kW,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2010,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2011,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2012,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2013,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2014,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2015,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2016,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2017,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2018,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2019,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2020,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2021,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2022,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2023,0.94742,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2024,0.94854,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2025,0.94957,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2026,0.95052,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2027,0.9514,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2028,0.95223,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2029,0.953,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2030,0.95373,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2031,0.95576,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2032,0.9575,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2033,0.95902,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2034,0.96036,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2035,0.96156,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2036,0.96237,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2037,0.96312,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2038,0.96383,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2039,0.9645,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2040,0.96512,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2041,0.96572,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2042,0.96628,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2043,0.96682,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2044,0.96733,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2045,0.96782,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2046,0.96829,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2047,0.96873,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2048,0.96916,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2049,0.96958,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2050,0.96998,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2010,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2011,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2012,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2013,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2014,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2015,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2016,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2017,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2018,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2019,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2020,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2021,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2022,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2023,77.74446,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2024,75.97312,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2025,74.83367,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2026,74.00197,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2027,73.35127,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2028,72.81922,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2029,72.37067,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2030,71.98392,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2031,70.2139,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2032,69.17406,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2033,68.44652,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2034,67.89122,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2035,67.4445,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2036,66.44434,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2037,65.76633,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2038,65.25778,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2039,64.85318,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2040,64.51858,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2041,64.23416,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2042,63.98738,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2043,63.76985,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2044,63.57564,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2045,63.40045,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2046,63.24105,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2047,63.09496,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2048,62.96022,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2049,62.83528,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2050,62.71888,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2010,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2011,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2012,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2013,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2014,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2015,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2016,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2017,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2018,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2019,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2020,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2021,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2022,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2023,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2024,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2025,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2026,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2027,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2028,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2029,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2030,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2031,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2032,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2033,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2034,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2035,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2036,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2037,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2038,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2039,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2040,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2041,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2042,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2043,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2044,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2045,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2046,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2047,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2048,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2049,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Conservative,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2050,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_conservative.csv"",""sha256"":""51546e3ff4243d97663da7dbdd74c2e610a8b035c44260af7dea48d8b902ca60"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2010,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2011,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2012,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2013,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2014,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2015,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2016,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2017,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2018,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2019,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2020,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2021,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2022,15115.56463,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2023,11918.12957,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2024,10952.52993,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2025,10396.79349,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2026,10013.32394,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2027,9723.70334,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2028,9075.70416,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2029,8467.56141,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2030,7888.1679,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2031,6776.96737,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2032,5960.85836,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2033,5685.57799,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2034,5477.72259,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2035,5311.95283,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2036,4945.5889,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2037,4701.07826,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2038,4519.77722,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2039,4376.84618,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2040,4259.53184,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2041,4160.45426,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2042,4074.9763,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2043,4000.00284,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2044,3933.3701,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2045,3873.50886,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2046,3819.24669,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2047,3769.68568,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2048,3724.12374,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2049,3682.00202,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",capcost,2050,3642.8688,USD/kW,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2010,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2011,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2012,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2013,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2014,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2015,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2016,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2017,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2018,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2019,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2020,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2021,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2022,0.94619,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2023,0.95632,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2024,0.96351,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2025,0.96904,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2026,0.97351,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2027,0.97726,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2028,0.98046,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2029,0.98327,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2030,0.98575,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2031,0.98949,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2032,0.99266,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2033,0.99541,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2034,0.99784,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2035,1.0,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2036,1.00145,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2037,1.0028,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2038,1.00406,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2039,1.00525,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2040,1.00637,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2041,1.00742,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2042,1.00842,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2043,1.00937,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2044,1.01027,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2045,1.01113,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2046,1.01196,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2047,1.01274,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2048,1.0135,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2049,1.01422,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",cf_improvement,2050,1.01492,ATB 2024 reference multiplier,,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2010,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2011,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2012,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2013,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2014,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2015,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2016,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2017,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2018,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2019,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2020,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2021,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2022,81.5295,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2023,72.69266,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2024,70.02401,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2025,68.4881,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2026,67.4283,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2027,66.62786,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2028,65.98939,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2029,65.46107,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2030,65.01221,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2031,63.09358,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2032,61.9905,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2033,61.2297,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2034,60.65524,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2035,60.1971,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2036,59.18457,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2037,58.50881,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2038,58.00774,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2039,57.61272,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2040,57.28849,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2041,57.01467,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2042,56.77843,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2043,56.57123,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2044,56.38707,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2045,56.22163,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2046,56.07167,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2047,55.93469,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2048,55.80877,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2049,55.69236,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",fom,2050,55.58421,USD/kW-yr,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2010,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2011,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2012,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2013,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2014,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2015,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2016,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2017,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2018,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2019,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2020,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2021,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2022,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2023,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2024,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2025,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2026,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2027,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2028,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2029,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2030,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2031,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2032,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2033,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2034,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2035,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2036,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2037,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2038,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2039,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2040,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2041,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2042,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2043,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2044,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2045,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2046,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2047,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2048,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2049,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ofs,floating,Moderate,"{""rsc_mult"":1.0,""turbine"":""floating""}",vom,2050,0.0,USD/MWh,2022,manual,ofs-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ofs-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ofs-wind_ATB_2024_moderate.csv"",""sha256"":""c671d935bcc7927153f05f24bb8b994399b4449a9306924ef59211a1ef4c55d7"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ofs-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2010,2639.12325,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2011,2466.78385,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2012,2294.44446,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2013,2157.98645,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2014,2021.52845,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2015,1909.53503,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2016,1797.54161,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2017,1795.05224,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2018,1649.67472,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2019,1504.29721,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2020,1517.57908,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2021,1386.59368,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2022,1471.55594,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2023,1576.66682,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2024,1464.86657,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2025,1356.88856,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2026,1318.6661,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2027,1280.44364,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2028,1242.22117,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2029,1203.99871,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2030,1165.77625,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2031,1150.13924,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2032,1134.50222,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2033,1118.8652,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2034,1103.22819,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2035,1087.59117,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2036,1071.95415,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2037,1056.31714,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2038,1040.68012,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2039,1025.0431,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2040,1009.40609,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2041,993.76907,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2042,978.13205,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2043,962.49504,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2044,946.85802,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2045,931.221,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2046,915.58399,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2047,899.94697,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2048,884.30995,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2049,868.67294,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",capcost,2050,853.03592,USD/kW,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2010,0.61277,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2011,0.60304,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2012,0.69848,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2013,0.79294,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2014,0.87144,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2015,0.82324,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2016,0.89312,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2017,0.85843,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2018,0.92017,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2019,0.85963,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2020,0.83469,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2021,0.76975,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2022,0.94599,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2023,0.9605,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2024,0.97509,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2025,0.98977,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2026,1.00453,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2027,1.01938,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2028,1.03431,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2029,1.04933,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2030,1.06444,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2031,1.06516,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2032,1.06587,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2033,1.06659,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2034,1.0673,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2035,1.06802,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2036,1.06873,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2037,1.06945,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2038,1.07016,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2039,1.07088,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2040,1.07159,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2041,1.07231,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2042,1.07302,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2043,1.07374,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2044,1.07445,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2045,1.07517,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2046,1.07588,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2047,1.0766,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2048,1.07731,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2049,1.07803,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",cf_improvement,2050,1.07875,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2010,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2011,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2012,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2013,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2014,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2015,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2016,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2017,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2018,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2019,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2020,46.44,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2021,32.724,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2022,32.44305,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2023,31.67697,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2024,30.9109,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2025,30.14482,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2026,29.37875,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2027,28.61268,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2028,27.8466,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2029,27.08053,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2030,26.31445,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2031,25.81844,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2032,25.32242,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2033,24.82641,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2034,24.3304,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2035,23.83438,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2036,23.33837,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2037,22.84235,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2038,22.34634,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2039,21.85032,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2040,21.35431,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2041,20.85829,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2042,20.36228,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2043,19.86627,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2044,19.37025,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2045,18.87424,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2046,18.37822,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2047,17.88221,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2048,17.38619,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2049,16.89018,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",fom,2050,16.39416,USD/kW-yr,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2010,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2011,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2012,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2013,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2014,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2015,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2016,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2017,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2018,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2019,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2020,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2021,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2022,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2023,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2024,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2025,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2026,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2027,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2028,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2029,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2030,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2031,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2032,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2033,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2034,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2035,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2036,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2037,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2038,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2039,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2040,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2041,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2042,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2043,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2044,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2045,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2046,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2047,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2048,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2049,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Advanced,"{""turbine"":""115hh_170rd""}",vom,2050,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_advanced.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_advanced.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_advanced.csv"",""sha256"":""6c06c68764ea3015c1e6573b645b8636d7e31b42502a4e4529d6a68b1777c086"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_advanced"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2010,2639.12325,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2011,2466.78385,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2012,2294.44446,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2013,2157.98645,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2014,2021.52845,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2015,1909.53503,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2016,1797.54161,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2017,1795.05224,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2018,1649.67472,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2019,1504.29721,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2020,1517.57908,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2021,1386.59368,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2022,1471.55594,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2023,1607.24479,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2024,1523.24269,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2025,1440.28301,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2026,1429.85871,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2027,1419.4344,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2028,1409.01009,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2029,1398.58578,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2030,1388.16148,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2031,1377.73839,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2032,1367.31531,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2033,1356.89222,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2034,1346.46914,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2035,1336.04606,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2036,1325.62297,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2037,1315.19989,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2038,1304.7768,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2039,1294.35372,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2040,1283.93064,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2041,1273.50755,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2042,1263.08447,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2043,1252.66138,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2044,1242.2383,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2045,1231.81521,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2046,1221.39213,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2047,1210.96904,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2048,1200.54596,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2049,1190.12288,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",capcost,2050,1179.69979,USD/kW,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2010,0.61277,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2011,0.60304,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2012,0.69848,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2013,0.79294,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2014,0.87144,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2015,0.82324,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2016,0.89312,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2017,0.85843,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2018,0.92017,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2019,0.85963,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2020,0.83469,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2021,0.76975,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2022,0.93285,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2023,0.93413,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2024,0.9354,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2025,0.93668,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2026,0.93796,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2027,0.93924,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2028,0.94051,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2029,0.94179,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2030,0.94307,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2031,0.94422,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2032,0.94537,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2033,0.94652,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2034,0.94767,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2035,0.94882,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2036,0.94997,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2037,0.95112,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2038,0.95227,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2039,0.95342,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2040,0.95457,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2041,0.95572,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2042,0.95687,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2043,0.95802,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2044,0.95917,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2045,0.96032,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2046,0.96147,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2047,0.96262,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2048,0.96377,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2049,0.96492,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",cf_improvement,2050,0.96607,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2010,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2011,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2012,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2013,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2014,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2015,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2016,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2017,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2018,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2019,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2020,46.44,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2021,32.724,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2022,32.44305,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2023,32.25153,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2024,32.06001,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2025,31.86849,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2026,31.67697,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2027,31.48545,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2028,31.29394,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2029,31.10242,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2030,30.9109,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2031,30.7869,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2032,30.66289,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2033,30.53889,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2034,30.41488,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2035,30.29088,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2036,30.16688,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2037,30.04287,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2038,29.91887,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2039,29.79487,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2040,29.67086,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2041,29.54686,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2042,29.42286,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2043,29.29885,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2044,29.17485,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2045,29.05084,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2046,28.92684,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2047,28.80284,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2048,28.67883,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2049,28.55483,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",fom,2050,28.43083,USD/kW-yr,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2010,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2011,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2012,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2013,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2014,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2015,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2016,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2017,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2018,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2019,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2020,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2021,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2022,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2023,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2024,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2025,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2026,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2027,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2028,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2029,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2030,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2031,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2032,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2033,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2034,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2035,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2036,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2037,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2038,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2039,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2040,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2041,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2042,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2043,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2044,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2045,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2046,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2047,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2048,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2049,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Conservative,"{""turbine"":""115hh_170rd""}",vom,2050,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_conservative.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_conservative.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_conservative.csv"",""sha256"":""dbcdf9bf082012d6e3c5cc34cb04f3ee1db742535fd8f7bcdaa37e461cb59b13"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_conservative"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2010,2639.12325,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2011,2466.78385,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2012,2294.44446,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2013,2157.98645,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2014,2021.52845,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2015,1909.53503,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2016,1797.54161,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2017,1795.05224,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2018,1649.67472,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2019,1504.29721,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2020,1517.57908,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2021,1386.59368,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2022,1471.55594,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2023,1585.2649,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2024,1481.28109,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2025,1380.33787,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2026,1349.93185,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2027,1319.52583,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2028,1289.1198,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2029,1258.71378,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2030,1228.30776,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2031,1214.48436,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2032,1200.66096,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2033,1186.83756,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2034,1173.01416,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2035,1159.19077,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2036,1145.36737,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2037,1131.54397,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2038,1117.72057,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2039,1103.89717,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2040,1090.07377,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2041,1076.25037,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2042,1062.42698,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2043,1048.60358,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2044,1034.78018,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2045,1020.95678,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2046,1007.13338,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2047,993.30998,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2048,979.48658,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2049,965.66318,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",capcost,2050,951.83978,USD/kW,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2010,0.61277,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2011,0.60304,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2012,0.69848,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2013,0.79294,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2014,0.87144,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2015,0.82324,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2016,0.89312,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2017,0.85843,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2018,0.92017,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2019,0.85963,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2020,0.83469,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2021,0.76975,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2022,0.93873,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2023,0.94588,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2024,0.95304,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2025,0.96019,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2026,0.96735,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2027,0.97451,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2028,0.98166,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2029,0.98882,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2030,0.99597,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2031,0.99678,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2032,0.99758,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2033,0.99839,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2034,0.99919,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2035,1.0,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2036,1.00081,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2037,1.00161,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2038,1.00242,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2039,1.00322,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2040,1.00403,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2041,1.00483,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2042,1.00564,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2043,1.00644,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2044,1.00725,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2045,1.00805,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2046,1.00886,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2047,1.00966,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2048,1.01047,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2049,1.01127,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",cf_improvement,2050,1.01208,ATB 2024 reference multiplier,,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2010,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2011,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2012,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2013,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2014,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2015,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2016,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2017,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2018,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2019,47.01292,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2020,46.44,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2021,32.724,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2022,32.44305,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2023,32.04564,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2024,31.64823,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2025,31.25082,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2026,30.85341,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2027,30.456,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2028,30.05859,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2029,29.66118,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2030,29.26377,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2031,29.06326,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2032,28.86275,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2033,28.66224,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2034,28.46173,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2035,28.26122,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2036,28.06071,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2037,27.8602,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2038,27.65968,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2039,27.45917,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2040,27.25866,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2041,27.05815,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2042,26.85764,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2043,26.65713,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2044,26.45662,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2045,26.25611,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2046,26.0556,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2047,25.85509,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2048,25.65457,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2049,25.45406,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",fom,2050,25.25355,USD/kW-yr,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2010,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2010],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2011,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2011],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2012,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2012],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2013,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2013],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2014,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2014],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2015,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2015],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2016,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2016],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2017,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2017],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2018,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2018],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2019,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2019],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2020,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2020],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2021,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2021],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2022,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2022],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2023,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2023],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2024,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2024],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2025,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2025],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2026,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2026],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2027,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2027],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2028,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2028],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2029,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2029],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2030,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2030],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2031,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2031],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2032,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2032],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2033,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2033],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2034,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2034],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2035,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2035],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2036,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2036],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2037,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2037],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2038,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2038],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2039,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2039],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2040,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2040],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2041,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2041],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2042,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2042],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2043,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2043],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2044,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2044],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2045,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2045],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2046,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2046],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2047,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2047],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2048,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2048],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2049,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2049],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 +reeds,wind-ons,115hh_170rd,Moderate,"{""turbine"":""115hh_170rd""}",vom,2050,0.0,USD/MWh,2022,manual,ons-wind_ATB_2024_moderate.csv | deflator.csv | dollaryear.csv,https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv,[2050],"[{""file"":""ons-wind_ATB_2024_moderate.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/ons-wind_ATB_2024_moderate.csv"",""sha256"":""750b0f7794c92d803afd8c8a8ec12ca28485a4038692554dbbca1b9f54ebf236"",""location"":""ReEDS ATB 2024 snapshot at the pinned ref; SHA256 identifies exact contents."",""dollar_year"":2022},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""dollaryear.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/plant_characteristics/dollaryear.csv"",""sha256"":""a0835376aaa8fbb653cec2f0982470308e2d20af72f4c085f948240c9b90ddc6"",""location"":""ons-wind_ATB_2024_moderate"",""dollar_year"":""""}]","ReEDS ATB 2024 baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.",2024 diff --git a/atb/historical/real.csv b/atb/historical/real.csv new file mode 100644 index 0000000..9acf2c2 --- /dev/null +++ b/atb/historical/real.csv @@ -0,0 +1,987 @@ +scope,technology,series,scenario,identifiers,metric,year,value,unit,dollar_year,source_type,source_file,source_url,source_years,sources,method,atb_year,cost_scope +raw,battery,raw:0,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,913.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:1,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,913.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:10,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,758.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:11,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,758.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:12,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1796.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:13,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1796.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:14,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,1205.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:15,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,1205.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:16,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,1361.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:17,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,1361.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | prime_mover"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:18,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1469.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:19,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1469.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | prime_mover"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:2,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,1763.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:20,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""5""}",capital_cost,2018,474.58,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H30"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:21,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""median"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""5""}",capital_cost,2018,489.74,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | I30"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:22,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""20th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""5""}",capital_cost,2018,438.01,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | J30"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:23,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""80th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""5""}",capital_cost,2018,561.59,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | K30"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:24,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_2to4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,726.4,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | M30"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:25,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_ge4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,451.45,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | N30"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:26,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""11""}",capital_cost,2019,552.34,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:27,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""median"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""11""}",capital_cost,2019,606.67,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | I31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:28,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""20th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""11""}",capital_cost,2019,578.85,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | J31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:29,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""80th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""11""}",capital_cost,2019,915.05,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | K31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:3,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,1763.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:30,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_lt2h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1319.19,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | L31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:31,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_2to4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,658.81,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | M31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:32,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_ge4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,309.6,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | N31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:33,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""3""}",capital_cost,2020,782.77,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H32"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:34,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""median"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""3""}",capital_cost,2020,950.69,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | I32"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:35,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""20th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""3""}",capital_cost,2020,691.9,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | J32"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:36,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""80th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""3""}",capital_cost,2020,1051.53,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | K32"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:37,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_2to4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,782.77,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | M32"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:38,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""22""}",capital_cost,2021,687.6,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:39,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""median"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""22""}",capital_cost,2021,735.4,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | I33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:4,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,1587.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:40,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""20th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""22""}",capital_cost,2021,383.56,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | J33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:41,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""80th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""22""}",capital_cost,2021,1097.95,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | K33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:42,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_lt2h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,983.66,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | L33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:43,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_2to4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,391.37,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | M33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:44,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_ge4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,827.72,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | N33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:45,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""27""}",capital_cost,2022,403.77,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:46,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""median"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""27""}",capital_cost,2022,461.42,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | I34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:47,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""20th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""27""}",capital_cost,2022,336.35,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | J34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:48,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""80th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""27""}",capital_cost,2022,939.15,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | K34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:49,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_lt2h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,465.21,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | L34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:5,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,1587.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:50,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_2to4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,523.8,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | M34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:51,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_ge4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,365.24,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | N34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:52,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""41""}",capital_cost,2023,380.99,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:53,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""median"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""41""}",capital_cost,2023,396.91,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | I35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:54,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""20th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""41""}",capital_cost,2023,265.81,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | J35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:55,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""80th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""41""}",capital_cost,2023,689.79,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | K35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:56,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_lt2h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,655.03,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | L35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:57,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_2to4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,569.13,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | M35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:58,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_ge4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,343.06,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | N35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:59,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""29""}",capital_cost,2024,458.07,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:6,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,1239.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:60,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""median"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""29""}",capital_cost,2024,426.82,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | I36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:61,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""20th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""29""}",capital_cost,2024,360.55,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | J36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:62,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""80th_percentile"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""29""}",capital_cost,2024,603.22,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | K36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:63,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_lt2h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,671.73,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | L36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:64,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_2to4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,461.93,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | M36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:65,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""energy"", ""statistic"": ""energy_weighted_mean_ge4h"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,449.02,USD/kWh,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | N36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""}]","LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.",,overnight_plus_grid +raw,battery,raw:66,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""16""}",storage_duration,2015,0.9192587690271344,hours,,calculated,eia860_2016.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip,[2015],"[{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:67,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""20""}",storage_duration,2016,1.3858668022369092,hours,,calculated,eia860_2016.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip,[2016],"[{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2016, as reported in EIA-860 2016; 20 of 20 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2016, as reported in EIA-860 2016; 20 of 20 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:68,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""22""}",storage_duration,2017,1.9035947712418304,hours,,calculated,eia860_2017.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602017.zip,[2017],"[{""file"":""eia860_2017.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602017.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""da9f1a1f8528324ff47019229d0f3648efe8c5997f18449f10d6aad2daa68e5c"",""location"":""3_4_Energy_Storage_Y2017.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2017, as reported in EIA-860 2017; 22 of 22 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2017, as reported in EIA-860 2017; 22 of 22 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:69,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""31""}",storage_duration,2018,2.2884615384615388,hours,,calculated,eia860_2018.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602018.zip,[2018],"[{""file"":""eia860_2018.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602018.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""46864f69f190da9a0d1096964984219d7728b4c626c3bc8a48767507632b18df"",""location"":""3_4_Energy_Storage_Y2018.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2018, as reported in EIA-860 2018; 31 of 31 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2018, as reported in EIA-860 2018; 31 of 31 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:7,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,1239.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:70,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""38""}",storage_duration,2019,2.6745718050065883,hours,,calculated,eia860_2019.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602019.zip,[2019],"[{""file"":""eia860_2019.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602019.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""6fe0d37858359c50772fbcb1a6cfca0a3fbf442423ddf4e0d33df929caa1ea7b"",""location"":""3_4_Energy_Storage_Y2019.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2019, as reported in EIA-860 2019; 38 of 38 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2019, as reported in EIA-860 2019; 38 of 38 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:71,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""56""}",storage_duration,2020,1.1661224489795918,hours,,calculated,eia860_2020.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602020.zip,[2020],"[{""file"":""eia860_2020.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602020.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""ce519fd0b02c74b8c4231dc023bf07f922ae5f2a018fcaf88914502f61aa89ea"",""location"":""3_4_Energy_Storage_Y2020.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2020, as reported in EIA-860 2020; 56 of 56 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2020, as reported in EIA-860 2020; 56 of 56 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:72,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""115""}",storage_duration,2021,2.594145861517648,hours,,calculated,eia860_2021.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602021.zip,[2021],"[{""file"":""eia860_2021.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602021.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""ac35e582335ed5f82c1177361d6e8e82cff083ae85a5ec668815d21e0aef3ee5"",""location"":""3_4_Energy_Storage_Y2021.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2021, as reported in EIA-860 2021; 115 of 115 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2021, as reported in EIA-860 2021; 115 of 115 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:73,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""107""}",storage_duration,2022,2.781972937581842,hours,,calculated,eia860_2022.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602022.zip,[2022],"[{""file"":""eia860_2022.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602022.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""a6f6b00f480ccfb7436804f5cb9984f27c3e0c20cfcbe9b4ed057285b5a68980"",""location"":""3_4_Energy_Storage_Y2022.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2022, as reported in EIA-860 2022; 107 of 108 generators have positive MW and MWh (99.98% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2022, as reported in EIA-860 2022; 107 of 108 generators have positive MW and MWh (99.98% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:74,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""128""}",storage_duration,2023,2.819983931049594,hours,,calculated,eia860_2023.zip,https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602023.zip,[2023],"[{""file"":""eia860_2023.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602023.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""1447e23e608bea1523961542a90eb93ea86715067a37f211282541461049b46f"",""location"":""3_4_Energy_Storage_Y2023.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2023, as reported in EIA-860 2023; 128 of 129 generators have positive MW and MWh (99.27% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2023, as reported in EIA-860 2023; 128 of 129 generators have positive MW and MWh (99.27% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:75,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""188""}",storage_duration,2024,2.7456104971632924,hours,,calculated,eia860_2024.zip,https://www.eia.gov/electricity/data/eia860/xls/eia8602024.zip,[2024],"[{""file"":""eia860_2024.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/xls/eia8602024.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""0aaae04812cd4ab87a3e346bdf93848a3cc15053fd4dc2a4cf82d2aeac95f12b"",""location"":""3_4_Energy_Storage_Y2024.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2024, as reported in EIA-860 2024; 188 of 188 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""}]","Sum of nameplate MWh / sum of MW for batteries installed in 2024, as reported in EIA-860 2024; 188 of 188 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.",, +raw,battery,raw:76,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""5""}",storage_duration,2018,4.037735849056604,hours,,calculated,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D30/C30"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""}]",Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.,, +raw,battery,raw:77,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""5""}",storage_duration,2018,4.3,hours,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | F30"",""dollar_year"":"""",""notes"":""Reported energy-weighted duration; not used to convert the cohort cost to $/kW.""}]",Reported energy-weighted duration; not used to convert the cohort cost to $/kW.,, +raw,battery,raw:78,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""11""}",storage_duration,2019,2.4364754098360657,hours,,calculated,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D31/C31"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""}]",Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.,, +raw,battery,raw:79,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""11""}",storage_duration,2019,3.0,hours,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | F31"",""dollar_year"":"""",""notes"":""Reported energy-weighted duration; not used to convert the cohort cost to $/kW.""}]",Reported energy-weighted duration; not used to convert the cohort cost to $/kW.,, +raw,battery,raw:8,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,2973.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,battery,raw:80,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""3""}",storage_duration,2020,2.2319201995012468,hours,,calculated,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D32/C32"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""}]",Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.,, +raw,battery,raw:81,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""3""}",storage_duration,2020,2.23,hours,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | F32"",""dollar_year"":"""",""notes"":""Reported energy-weighted duration; not used to convert the cohort cost to $/kW.""}]",Reported energy-weighted duration; not used to convert the cohort cost to $/kW.,, +raw,battery,raw:82,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""22""}",storage_duration,2021,3.292317199512896,hours,,calculated,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D33/C33"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""}]",Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.,, +raw,battery,raw:83,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""22""}",storage_duration,2021,3.65,hours,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | F33"",""dollar_year"":"""",""notes"":""Reported energy-weighted duration; not used to convert the cohort cost to $/kW.""}]",Reported energy-weighted duration; not used to convert the cohort cost to $/kW.,, +raw,battery,raw:84,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""27""}",storage_duration,2022,3.119063918446313,hours,,calculated,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D34/C34"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""}]",Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.,, +raw,battery,raw:85,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""27""}",storage_duration,2022,3.47,hours,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | F34"",""dollar_year"":"""",""notes"":""Reported energy-weighted duration; not used to convert the cohort cost to $/kW.""}]",Reported energy-weighted duration; not used to convert the cohort cost to $/kW.,, +raw,battery,raw:86,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""41""}",storage_duration,2023,3.4622177932029827,hours,,calculated,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D35/C35"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""}]",Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.,, +raw,battery,raw:87,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""41""}",storage_duration,2023,3.74,hours,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | F35"",""dollar_year"":"""",""notes"":""Reported energy-weighted duration; not used to convert the cohort cost to $/kW.""}]",Reported energy-weighted duration; not used to convert the cohort cost to $/kW.,, +raw,battery,raw:88,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_cohort"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""29""}",storage_duration,2024,3.7549424374751887,hours,,calculated,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D36/C36"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""}]",Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.,, +raw,battery,raw:89,*,"{""technology_detail"": ""LBNL storage project sample"", ""capacity_basis"": ""nameplate"", ""statistic"": ""energy_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""29""}",storage_duration,2024,4.0,hours,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | F36"",""dollar_year"":"""",""notes"":""Reported energy-weighted duration; not used to convert the cohort cost to $/kW.""}]",Reported energy-weighted duration; not used to convert the cohort cost to $/kW.,, +raw,battery,raw:9,*,"{""technology_detail"": ""Battery storage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,2973.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,biopower,raw:90,*,"{""technology_detail"": ""Biomass"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,3494.885317658832,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,biopower,raw:91,*,"{""technology_detail"": ""Biomass"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1987.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,biopower,raw:92,*,"{""technology_detail"": ""Biomass"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,1531.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,biopower,raw:93,*,"{""technology_detail"": ""Biomass"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,2198.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,biopower,raw:94,*,"{""technology_detail"": ""Biomass"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,4116.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,biopower,raw:95,*,"{""technology_detail"": ""Biomass"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,2904.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,biopower,raw:96,*,"{""technology_detail"": ""Biomass"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,2886.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,biopower,raw:97,*,"{""technology_detail"": ""Biomass"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,2592.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,csp,raw:100,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.229723899913718,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:101,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.230809073381693,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:102,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.23073584081637,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:103,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.218436117616445,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:104,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.212025110590684,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:105,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.175282538499751,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:106,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.19451947756251,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:107,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.218235926115664,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:108,*,"{""technology_detail"": ""SEGS I"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.0747220567798292,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | B30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:109,*,"{""technology_detail"": ""SEGS II"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.0709094368340943,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | C30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:110,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.210189190632593,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:111,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.212165211354108,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:112,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.199671553312504,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:113,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.204664057403783,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:114,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.192270058708414,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:115,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.170550539643005,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:116,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.181294105437941,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:117,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2009,0.211449482628081,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K30"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:118,*,"{""technology_detail"": ""SEGS I"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.08808153001125,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | B31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:119,*,"{""technology_detail"": ""SEGS II"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.0868683409436834,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | C31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:120,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.200369168736147,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:121,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.210566370263558,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:122,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.181339955673048,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:123,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.207358121330724,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:124,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.191898238747553,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:125,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.202279213366542,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:126,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.212612858032378,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:127,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2010,0.221644502216445,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K31"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:128,*,"{""technology_detail"": ""SEGS I"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.0923499437495863,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | B32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:129,*,"{""technology_detail"": ""SEGS II"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.0996879756468797,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | C32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:130,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.204778498758311,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:131,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.192541856925418,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:132,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.201777751074795,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:133,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.193499673842139,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:134,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.187142857142857,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:135,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.197777864259028,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:136,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.208211394769613,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:137,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2011,0.213750291637502,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K32"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:138,*,"{""technology_detail"": ""SEGS I"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.0962388796494284,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | B33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:139,*,"{""technology_detail"": ""SEGS II"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.0953476017000607,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | C33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:140,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.189329482631898,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:141,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.207760787822622,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:142,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.209302000447384,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:143,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.182416081186572,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:144,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.176122170179547,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:145,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.187902332753767,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:146,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.212425225616824,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:147,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2012,0.214283102655126,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K33"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:148,*,"{""technology_detail"": ""SEGS I"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.0777827410495665,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | B34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:149,*,"{""technology_detail"": ""SEGS II"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.0881773211567732,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | C34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:150,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.189671286282677,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:151,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.194654730433389,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:152,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.192788859515607,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:153,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.171360078277886,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:154,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.157152641878669,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:155,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.183369655458696,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:156,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.19987806143628,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:157,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2013,0.187964536879645,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K34"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:158,*,"{""technology_detail"": ""SEGS I"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.0709996029382568,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | B35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:159,*,"{""technology_detail"": ""SEGS II"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.0289611872146118,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | C35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:160,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.181603647627439,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:161,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.181316590563165,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:162,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.188102486047691,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:163,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.16486301369863,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:164,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.152517938682322,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:165,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.188777760481527,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:166,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.191836602324616,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:167,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.193692297436922,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:168,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.287311507401887,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:169,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.275601369863013,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:170,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2014,0.12689855019803,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N35"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:171,*,"{""technology_detail"": ""SEGS I"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.103914367017404,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | B36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:172,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.173813052417955,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:173,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.177297791663328,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:174,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.175725653555502,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:175,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.15308871493803,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:176,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.123193085453359,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:177,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.179209474885844,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:178,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.189216220423412,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:179,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.17606905976069,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:180,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.283768949771689,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:181,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.328238812785388,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:182,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.195155820403812,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:183,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2015,0.229953021004566,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O36"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:184,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.155059970813493,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:185,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.163222073094089,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:186,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.166910331384015,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:187,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.133108899297423,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:188,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.0991412958626073,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:189,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.182212752525252,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:190,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.184823387564166,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:191,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.194259968356534,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:192,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.28357059776867,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:193,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.293110200364298,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:194,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.202494709454856,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:195,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.284565413479052,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:196,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2016,0.132107115209471,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | P37"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:197,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.147250260354081,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:198,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.144136024993991,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:199,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.146646105369969,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:200,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.118656229615133,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:201,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.10633072407045,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:202,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.160259703196347,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:203,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.170283312577833,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:204,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.196688664466886,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:205,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.286680821917808,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:206,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.33057808219178,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:207,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.207992381575281,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:208,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.271246575342465,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:209,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2017,0.0436166459111664,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | P38"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:210,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.146362386178536,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:211,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.148221581350636,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:212,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.158158428796496,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:213,*,"{""technology_detail"": ""SEGS VI"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.111748206131767,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | G39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:214,*,"{""technology_detail"": ""SEGS VII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.091180691454664,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | H39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:215,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.172362754254877,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:216,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.178450601909506,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:217,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.183946605339466,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:218,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.284539726027397,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:219,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.354343835616438,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:220,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.230578164553129,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:221,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.276337899543379,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:222,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2018,0.203206724782067,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | P39"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:223,*,"{""technology_detail"": ""SEGS III"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.127646933162434,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | D40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:224,*,"{""technology_detail"": ""SEGS IV"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.139740046463189,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | E40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:225,*,"{""technology_detail"": ""SEGS V"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.138268044540575,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | F40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:226,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.156353777501037,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:227,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.161341583644665,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:228,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.183716628337166,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:229,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.281754794520548,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:230,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.361480365296803,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:231,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.223914162518319,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:232,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.234924200913242,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:233,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2019,0.0520630967206309,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | P40"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:234,*,"{""technology_detail"": ""SEGS VIII"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2020,0.148199463901308,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | I41"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:235,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2020,0.157886498178506,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J41"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:236,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2020,0.178436573464693,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K41"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:237,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2020,0.277381147540983,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L41"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:238,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2020,0.353234972677595,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M41"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:239,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2020,0.246353691061152,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N41"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:240,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2020,0.254286885245901,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O41"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:241,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2021,0.150494240348692,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J42"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:242,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2021,0.15949905009499,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K42"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:243,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2021,0.245939269406392,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L42"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:244,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2021,0.317154794520548,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M42"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:245,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2021,0.213684398580477,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N42"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:246,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2021,0.268482648401826,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O42"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:247,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2021,0.0775435865504358,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | P42"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:248,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2022,0.157196969696969,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J43"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:249,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2022,0.152911375529113,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K43"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:250,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2022,0.280231506849315,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L43"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:251,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2022,0.317647488584474,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M43"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:252,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2022,0.217631081719414,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N43"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:253,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2022,0.2720100456621,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O43"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:254,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2022,0.104468659194686,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | P43"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:255,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2023,0.135468781020448,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J44"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:256,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2023,0.152156451021564,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K44"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:257,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2023,0.282275799086758,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L44"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:258,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2023,0.353754794520547,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M44"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:259,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2023,0.173131247686042,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N44"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:260,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2023,0.279635616438356,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O44"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:261,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2023,0.0832669157326691,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | P44"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:262,*,"{""technology_detail"": ""SEGS IX"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2024,0.118706442543755,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | J45"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:263,*,"{""technology_detail"": ""Nevada Solar One"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2024,0.150459362078364,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | K45"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:264,*,"{""technology_detail"": ""Genesis"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2024,0.284015938069216,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | L45"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:265,*,"{""technology_detail"": ""Solana"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2024,0.377132513661202,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | M45"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:266,*,"{""technology_detail"": ""Ivanpah"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2024,0.214328570373652,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | N45"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:267,*,"{""technology_detail"": ""Mojave"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2024,0.286475865209471,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | O45"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:268,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2024,0.159796737870508,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | P45"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:269,*,"{""technology_detail"": ""Trough, 68.5 MW, 2007 COD"", ""capacity_basis"": ""AC"", ""statistic"": ""project"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2007,5836.8191613736135,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2007],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx | D27"",""dollar_year"":""2024.0"",""notes"":""Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.""}]",Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.,,overnight_plus_grid +raw,csp,raw:270,*,"{""technology_detail"": ""Trough, 75 MW, 2010 COD"", ""capacity_basis"": ""AC"", ""statistic"": ""project"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2010,7409.379707399144,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx | D28"",""dollar_year"":""2024.0"",""notes"":""Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.""}]",Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.,,overnight_plus_grid +raw,csp,raw:271,*,"{""technology_detail"": ""Trough, 250 MW, 2013 COD"", ""capacity_basis"": ""AC"", ""statistic"": ""project"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2013,8809.30523401378,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx | D29"",""dollar_year"":""2024.0"",""notes"":""Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.""}]",Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.,,overnight_plus_grid +raw,csp,raw:272,*,"{""technology_detail"": ""Tower, 370 MW, 2014 COD"", ""capacity_basis"": ""AC"", ""statistic"": ""project"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2014,7990.672434520693,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx | D21"",""dollar_year"":""2024.0"",""notes"":""Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.""}]",Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.,,overnight_plus_grid +raw,csp,raw:273,*,"{""technology_detail"": ""Trough, 250 MW, 2014 COD"", ""capacity_basis"": ""AC"", ""statistic"": ""project"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2014,6663.893486079077,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx | D30"",""dollar_year"":""2024.0"",""notes"":""Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.""}]",Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.,,overnight_plus_grid +raw,csp,raw:274,*,"{""technology_detail"": ""Trough, 250 MW, 2014 COD"", ""capacity_basis"": ""AC"", ""statistic"": ""project"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2014,8000.506113813381,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx | D31"",""dollar_year"":""2024.0"",""notes"":""Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.""}]",Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.,,overnight_plus_grid +raw,csp,raw:275,*,"{""technology_detail"": ""Crescent Dunes"", ""capacity_basis"": ""AC"", ""statistic"": ""project"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2015,11406.070757307964,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""}]",110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.,,overnight_plus_grid +raw,csp,raw:98,*,"{""technology_detail"": ""SEGS I"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.0883110926321902,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | B29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,csp,raw:99,*,"{""technology_detail"": ""SEGS II"", ""capacity_basis"": ""AC"", ""statistic"": ""annual_project"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",capacity_factor,2008,0.106405585913782,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF for CSP Plants | C29"",""dollar_year"":"""",""notes"":""Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.""}]","Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.",, +raw,fuelcell,raw:276,*,"{""technology_detail"": ""Fuel cell"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,7647.533333333335,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:277,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,965.1162596140872,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:278,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,736.0522104262401,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:279,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,728.1521309549242,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:280,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,1110.1568824218095,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:281,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,1572.0036630036627,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:282,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1017.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:283,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1103.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:284,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1005.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:285,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,990.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:286,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1336.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:287,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,812.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:288,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,759.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:289,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,780.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:290,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,759.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:291,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,1798.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:292,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,895.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:293,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,717.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:294,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,1015.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:295,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,717.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:296,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,1207.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:297,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,920.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:298,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,1084.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:299,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,896.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:300,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,948.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:301,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,1496.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:302,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,837.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:303,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,604.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:304,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,858.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:305,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,604.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:306,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,1211.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:307,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1078.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:308,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1481.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:309,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,948.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:310,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1483.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:311,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1227.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:312,*,"{""technology_detail"": ""Natural gas steam turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1084.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:313,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1116.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:314,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,636.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:315,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1155.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:316,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,636.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:317,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1103.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:318,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,920.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:319,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,529.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:320,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1252.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:321,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,512.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:322,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1323.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:323,*,"{""technology_detail"": ""Natural gas steam turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,5953.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:324,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,820.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:325,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,864.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:326,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,722.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:327,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,1006.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:328,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,1677.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:329,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,782.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:330,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,562.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | prime_mover"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:331,*,"{""technology_detail"": ""Natural gas combined cycle"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,898.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | natural_gas_technology"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:332,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,562.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | natural_gas_technology"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:333,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,1354.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | natural_gas_technology"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:334,*,"{""technology_detail"": ""Natural gas (all reported technologies)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1004.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:335,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,841.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | prime_mover"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:336,*,"{""technology_detail"": ""Natural gas combustion turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,841.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | natural_gas_technology"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,gas,raw:337,*,"{""technology_detail"": ""Natural gas internal combustion engine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1522.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | natural_gas_technology"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,geothermal,raw:338,*,"{""technology_detail"": ""Geothermal"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,2850.697802197802,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,geothermal,raw:339,*,"{""technology_detail"": ""Geothermal turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,2850.697802197802,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:340,*,"{""technology_detail"": ""Hydroelectric"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,2294.489497285815,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:341,*,"{""technology_detail"": ""Hydroelectric turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,2294.489497285815,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:342,*,"{""technology_detail"": ""Hydroelectric"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1221.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:343,*,"{""technology_detail"": ""Hydroelectric turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1221.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:344,*,"{""technology_detail"": ""Hydroelectric"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,580.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:345,*,"{""technology_detail"": ""Hydroelectric turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,580.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:346,*,"{""technology_detail"": ""Hydroelectric"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,5312.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:347,*,"{""technology_detail"": ""Hydroelectric turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,5312.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:348,*,"{""technology_detail"": ""Hydroelectric"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1415.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,hydropower,raw:349,*,"{""technology_detail"": ""Hydroelectric turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1415.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,nuclear,raw:681,*,"{""technology_detail"": ""Watts Bar Unit 2"", ""capacity_basis"": ""summer_net"", ""statistic"": ""project_proxy"", ""geography"": ""United States"", ""cost_scope"": ""installed_with_financing"", ""sample_count"": ""1""}",capital_cost,2016,4086.9565217391305,USD/kW,2016.0,calculated,nuclear_historical_projects.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics,[2016],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""}]",TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.,,installed_with_financing +raw,nuclear,raw:682,*,"{""technology_detail"": ""Vogtle Units 3 and 4"", ""capacity_basis"": ""as_reported_by_MIT"", ""statistic"": ""project_reconstruction"", ""geography"": ""United States"", ""cost_scope"": ""overnight"", ""sample_count"": ""2""}",capital_cost,2024,15000.0,USD/kW,2024.0,calculated,nuclear_historical_projects.csv,https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf,[2024],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""}]",MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.,,overnight +raw,petroleum,raw:350,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,764.5929577464789,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:351,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1226.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:352,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,1021.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:353,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,1672.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:354,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,856.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:355,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,687.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:356,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1149.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:357,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,795.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:358,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1158.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:359,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,2084.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:360,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,906.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,petroleum,raw:361,*,"{""technology_detail"": ""Petroleum liquids"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1066.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:362,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""9""}",capacity_factor,2010,0.218219159281187,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:363,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""33""}",capacity_factor,2011,0.226485960795726,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:364,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""39""}",capacity_factor,2012,0.24794154500658,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:365,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""38""}",capacity_factor,2013,0.273384587160784,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:366,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""63""}",capacity_factor,2014,0.264574507112978,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:367,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""85""}",capacity_factor,2015,0.264560248432827,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:368,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""149""}",capacity_factor,2016,0.26726184351989,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:369,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""166""}",capacity_factor,2017,0.237639852135653,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:370,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""96""}",capacity_factor,2018,0.242942575836948,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:371,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""110""}",capacity_factor,2019,0.242707564128239,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:372,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""163""}",capacity_factor,2020,0.247910776608147,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:373,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""156""}",capacity_factor,2021,0.243303539650065,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:374,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""153""}",capacity_factor,2022,0.235751239157295,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:375,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_cumulative"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""202""}",capacity_factor,2023,0.237630739440705,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]","Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.",, +raw,upv,raw:376,*,"{""technology_detail"": ""Utility-scale solar photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,3704.7034857229614,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:377,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,3704.7034857229614,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:378,*,"{""technology_detail"": ""Utility-scale solar PV"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,3492.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:379,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,3492.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:380,*,"{""technology_detail"": ""Utility-scale solar PV"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,2921.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:381,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,2921.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:382,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,2434.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:383,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,2434.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:384,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,2343.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:385,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,2343.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:386,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,1848.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:387,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,1848.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:388,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1796.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:389,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1796.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:390,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1655.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:391,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1655.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:392,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1561.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:393,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1561.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:394,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,1588.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:395,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,1588.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:396,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,1617.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:397,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,1617.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | prime_mover"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:398,*,"{""technology_detail"": ""Utility-scale solar (all reported solar)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1865.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:399,*,"{""technology_detail"": ""Photovoltaic"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1865.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | prime_mover"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,upv,raw:400,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""2""}",capital_cost,2007,12280.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2007],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:401,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2008,5690.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:402,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""2""}",capital_cost,2009,6320.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:403,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""10""}",capital_cost,2010,5890.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:404,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""29""}",capital_cost,2011,5550.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:405,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""41""}",capital_cost,2012,4740.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:406,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""38""}",capital_cost,2013,4930.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:407,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""64""}",capital_cost,2014,4740.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:408,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""87""}",capital_cost,2015,3910.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:409,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""146""}",capital_cost,2016,3020.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:410,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""163""}",capital_cost,2017,2740.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:411,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""94""}",capital_cost,2018,2310.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:412,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""102""}",capital_cost,2019,1970.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:413,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""157""}",capital_cost,2020,1760.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:414,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""129""}",capital_cost,2021,1650.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:415,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""139""}",capital_cost,2022,1590.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:416,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""198""}",capital_cost,2023,1590.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:417,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""AC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""227""}",capital_cost,2024,1610.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:418,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""2""}",capital_cost,2007,10410.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2007],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:419,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2008,4690.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:420,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""2""}",capital_cost,2009,5500.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:421,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""10""}",capital_cost,2010,4890.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:422,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""29""}",capital_cost,2011,4600.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:423,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""41""}",capital_cost,2012,3730.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:424,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""38""}",capital_cost,2013,3770.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:425,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""64""}",capital_cost,2014,3670.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:426,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""87""}",capital_cost,2015,3010.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:427,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""145""}",capital_cost,2016,2300.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:428,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""163""}",capital_cost,2017,2060.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:429,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""94""}",capital_cost,2018,1690.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:430,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""102""}",capital_cost,2019,1490.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:431,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""157""}",capital_cost,2020,1330.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:432,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""129""}",capital_cost,2021,1240.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:433,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""139""}",capital_cost,2022,1230.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:434,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""197""}",capital_cost,2023,1210.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:435,*,"{""technology_detail"": ""Utility-scale PV-only projects"", ""capacity_basis"": ""DC"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""201""}",capital_cost,2024,1220.0,USD/kW,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""}]","Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.",,overnight_plus_grid +raw,upv,raw:436,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""2""}",fixed_om,2011,48.40424308488264,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:437,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""7""}",fixed_om,2012,39.43767542108809,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:438,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_1"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""15""}",fixed_om,2012,43.31442839215524,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 1 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 1 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:439,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_2"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""17""}",fixed_om,2012,26.49669778911045,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 2 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 2 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:440,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_3"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""18""}",fixed_om,2012,21.84545438747286,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 3 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 3 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:441,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_4"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""18""}",fixed_om,2012,16.16832697603463,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 4 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 4 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:442,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_5"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""17""}",fixed_om,2012,20.10615075052548,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 5 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 5 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:443,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_6"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""17""}",fixed_om,2012,20.10620427842801,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 6 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 6 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:444,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_7"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""20""}",fixed_om,2012,17.9142900341531,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 7 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 7 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:445,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_8"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""18""}",fixed_om,2012,16.12010214572653,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 8 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 8 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:446,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_9"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""18""}",fixed_om,2012,21.38519276194691,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 9 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 9 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:447,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_10"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""18""}",fixed_om,2012,21.29649253276139,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 10 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 10 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:448,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_11"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""13""}",fixed_om,2012,21.34325,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 11 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 11 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:449,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_12"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""8""}",fixed_om,2012,15.73014884111783,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 12 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 12 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:450,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_13"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""5""}",fixed_om,2012,20.882,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 13 for projects with COD 2011-2014; year is the bin midpoint.""}]",Median O&M in operating year 13 for projects with COD 2011-2014; year is the bin midpoint.,, +raw,upv,raw:451,*,"{""technology_detail"": ""Vintage 2011-2014"", ""capacity_basis"": ""AC"", ""statistic"": ""median_early_age_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""15""}",fixed_om,2012,30.552193522912848,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=43.3, age 2=26.5, age 3=21.8 for COD 2011-2014; year is the bin midpoint. Not a full-scope O&M level.""}]","FOM index: mean of age 1=43.3, age 2=26.5, age 3=21.8 for COD 2011-2014; year is the bin midpoint. Not a full-scope O&M level.",, +raw,upv,raw:452,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""12""}",fixed_om,2013,36.53712932839179,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:453,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""18""}",fixed_om,2014,35.10547622222883,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:454,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""22""}",fixed_om,2015,19.37824018148365,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:455,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""27""}",fixed_om,2016,22.70929431381036,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:456,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_1"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""30""}",fixed_om,2016,13.69918012227593,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 1 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 1 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:457,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_2"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""35""}",fixed_om,2016,20.45782996013617,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 2 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 2 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:458,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_3"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""35""}",fixed_om,2016,18.36164337924667,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 3 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 3 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:459,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_4"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""35""}",fixed_om,2016,16.14678612159383,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 4 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 4 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:460,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_5"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""36""}",fixed_om,2016,16.22218788806929,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 5 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 5 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:461,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_6"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""38""}",fixed_om,2016,12.75681727472478,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 6 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 6 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:462,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_7"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""23""}",fixed_om,2016,24.74742407605104,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 7 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 7 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:463,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_8"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""18""}",fixed_om,2016,17.28419663406406,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 8 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 8 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:464,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_9"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""7""}",fixed_om,2016,22.76619047619048,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 9 for projects with COD 2015-2018; year is the bin midpoint.""}]",Median O&M in operating year 9 for projects with COD 2015-2018; year is the bin midpoint.,, +raw,upv,raw:465,*,"{""technology_detail"": ""Vintage 2015-2018"", ""capacity_basis"": ""AC"", ""statistic"": ""median_early_age_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""30""}",fixed_om,2016,17.506217820552923,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.",, +raw,upv,raw:466,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""32""}",fixed_om,2017,19.11475292903077,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:467,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""41""}",fixed_om,2018,22.39000091086804,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:468,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""60""}",fixed_om,2019,19.32392768873882,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:469,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""79""}",fixed_om,2020,17.1337791365906,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:470,*,"{""technology_detail"": ""Vintage 2019-2022"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_1"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""83""}",fixed_om,2020,6.866241816986627,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 1 for projects with COD 2019-2022; year is the bin midpoint.""}]",Median O&M in operating year 1 for projects with COD 2019-2022; year is the bin midpoint.,, +raw,upv,raw:471,*,"{""technology_detail"": ""Vintage 2019-2022"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_2"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""85""}",fixed_om,2020,8.648183333333334,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 2 for projects with COD 2019-2022; year is the bin midpoint.""}]",Median O&M in operating year 2 for projects with COD 2019-2022; year is the bin midpoint.,, +raw,upv,raw:472,*,"{""technology_detail"": ""Vintage 2019-2022"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_3"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""65""}",fixed_om,2020,6.888617578543163,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 3 for projects with COD 2019-2022; year is the bin midpoint.""}]",Median O&M in operating year 3 for projects with COD 2019-2022; year is the bin midpoint.,, +raw,upv,raw:473,*,"{""technology_detail"": ""Vintage 2019-2022"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_4"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""45""}",fixed_om,2020,9.915224432597384,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 4 for projects with COD 2019-2022; year is the bin midpoint.""}]",Median O&M in operating year 4 for projects with COD 2019-2022; year is the bin midpoint.,, +raw,upv,raw:474,*,"{""technology_detail"": ""Vintage 2019-2022"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_5"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""18""}",fixed_om,2020,14.16664046717172,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 5 for projects with COD 2019-2022; year is the bin midpoint.""}]",Median O&M in operating year 5 for projects with COD 2019-2022; year is the bin midpoint.,, +raw,upv,raw:475,*,"{""technology_detail"": ""Vintage 2019-2022"", ""capacity_basis"": ""AC"", ""statistic"": ""median_early_age_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""65""}",fixed_om,2020,7.467680909621041,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=6.9, age 2=8.6, age 3=6.9 for COD 2019-2022; year is the bin midpoint. Not a full-scope O&M level.""}]","FOM index: mean of age 1=6.9, age 2=8.6, age 3=6.9 for COD 2019-2022; year is the bin midpoint. Not a full-scope O&M level.",, +raw,upv,raw:476,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""88""}",fixed_om,2021,15.33999024890827,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:477,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""126""}",fixed_om,2022,15.69883478500592,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:478,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""147""}",fixed_om,2023,16.09669163027202,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,upv,raw:479,*,"{""technology_detail"": ""Vintage 2023"", ""capacity_basis"": ""AC"", ""statistic"": ""median_age_1"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""39""}",fixed_om,2023,3.688281879194631,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 1 for projects with COD 2023; year is the bin midpoint.""}]",Median O&M in operating year 1 for projects with COD 2023; year is the bin midpoint.,, +raw,upv,raw:480,*,"{""technology_detail"": ""Utility-scale PV projects"", ""capacity_basis"": ""AC"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""187""}",fixed_om,2024,10.97668963869432,USD/kW-yr,2024.0,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""}]","Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.",, +raw,wind-ofs,raw:481,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2010,4506.43207290711,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2010],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:482,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2011,2630.89555119221,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2011],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:483,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2012,3584.98216108352,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2012],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:484,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,3429.35358837835,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2013],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:485,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,3583.75378790546,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2015],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:486,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,3219.60722016257,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2016],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:487,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,3519.73870222874,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2017],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:488,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,3280.42074695073,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2018],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:489,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,2963.57182609304,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2019],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:490,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,3282.87370380687,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2020],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:491,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,3251.38990228161,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2021],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:492,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,2773.63658820987,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2022],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:493,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Asia"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,2648.90528814967,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2023],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:494,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2010,4960.56779897619,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2010],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:495,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2011,6712.01177308511,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2011],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:496,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2012,6320.0881983858,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2012],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:497,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,6428.91147087306,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2013],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:498,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,6926.39015203648,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2014],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:499,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,5763.3054704465,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2015],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:500,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,5019.71297855476,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2016],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:501,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,5891.13747498071,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2017],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:502,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,5171.8638721985,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2018],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:503,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,4712.74125927663,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2019],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:504,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,3768.91115414693,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2020],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:505,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,3225.60417865717,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2021],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:506,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,4578.89682698654,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2022],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:507,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Europe and United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,2806.43151883214,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2023],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:508,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2010,4892.97720418714,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2010],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:509,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2011,6578.42368071545,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2011],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:510,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2012,4955.73359975823,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2012],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:511,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,6290.07440473817,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2013],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:512,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,6926.39015203648,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2014],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:513,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,5550.59897568786,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2015],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:514,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,4231.12175622506,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2016],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:515,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,5362.86855139525,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2017],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:516,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,4638.0250985499,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2018],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:517,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,4221.6476942469,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2019],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:518,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,3527.86967626119,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2020],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:519,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,3247.55117040962,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2021],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:520,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,2882.01021430103,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2022],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:521,*,"{""technology_detail"": ""Offshore wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""Global"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,2703.55712826696,USD/kW,2023.0,real,nlr_offshore_wind_market_2024.xlsx,https://www.nlr.gov/docs/fy24osti/90525data.xlsx,[2023],"[{""file"":""nlr_offshore_wind_market_2024.xlsx"",""url"":""https://www.nlr.gov/docs/fy24osti/90525data.xlsx"",""page_url"":""https://www.nlr.gov/wind/offshore-market-assessment"",""sha256"":""830e75f99efb5126bfee0110ddbd4a44b474323b5c19d019e78152d455cdb7e1"",""location"":""F31, Project CapEx"",""dollar_year"":""2023.0"",""notes"":""Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.""}]","Figure 31 annual project CapEx. The data file omits units; the report's Figure 31 axis reads USD2023/kW and its Section 1.2 data-methods note normalizes all costs to real 2023 USD (FX conversion, then U.S. CPI). Post-2023 pipeline years are excluded. The report defines these CapEx as all expenditures incurred before commercial operation, but also states that export cable and interconnection costs are present in some plotted projects and not others, so the grid-connection share of this average is uncertain.",,overnight_plus_grid +raw,wind-ofs,raw:683,*,"{""technology_detail"": ""Block Island Wind Farm"", ""capacity_basis"": ""nameplate"", ""statistic"": ""project_reported"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2016,11433.333333333334,USD/kW,2016.0,calculated,offshore_historical_projects.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801,[2016],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""}]","Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.",,overnight_plus_grid +raw,wind-ofs,raw:684,*,"{""technology_detail"": ""Coastal Virginia Offshore Wind pilot"", ""capacity_basis"": ""nameplate"", ""statistic"": ""project_estimate"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2020,25000.0,USD/kW,2020.0,calculated,offshore_historical_projects.csv,https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project,[2020],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project"",""page_url"":""https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page"",""dollar_year"":""2020.0"",""notes"":""Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.""}]","Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.",,overnight_plus_grid +raw,wind-ofs,raw:685,*,"{""technology_detail"": ""South Fork Wind"", ""capacity_basis"": ""nameplate"", ""statistic"": ""project_reported"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""1""}",capital_cost,2024,15151.515151515152,USD/kW,2024.0,calculated,offshore_historical_projects.csv,https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy,[2024],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy"",""page_url"":""https://rpa.org/news/lab/spotlight-on-energy-infrastructure-south-fork-wind-the-promise-of-what-could-be-south-fork-wind-spotlight"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""RPA spotlight cost paragraph; Orsted completion release 2024-03-14"",""dollar_year"":""2024.0"",""notes"":""Twelve-turbine 132 MW project off Long Island; completion announced 2024-03-14. RPA reports the construction estimate rose from USD 740 million to about USD 2 billion under pandemic supply-chain constraints; the developers have not published an audited total, so this is a press-reported round figure. The project built its own export cable and onshore interconnection at Wainscott, so grid connection is inside the figure; financing during construction is not separately identified. First commercial-scale US offshore project. Nominal dollars assigned to the 2024 completion year as an approximation.""}]","Twelve-turbine 132 MW project off Long Island; completion announced 2024-03-14. RPA reports the construction estimate rose from USD 740 million to about USD 2 billion under pandemic supply-chain constraints; the developers have not published an audited total, so this is a press-reported round figure. The project built its own export cable and onshore interconnection at Wainscott, so grid connection is inside the figure; financing during construction is not separately identified. First commercial-scale US offshore project. Nominal dollars assigned to the 2024 completion year as an approximation.",,overnight_plus_grid +raw,wind-ons,raw:522,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""28""}",capacity_factor,2006,0.254511573225401,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2006],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:523,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""32""}",capacity_factor,2007,0.2711313550736,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2007],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:524,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""62""}",capacity_factor,2008,0.232796198265114,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:525,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""86""}",capacity_factor,2009,0.244035732142606,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2009],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:526,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""45""}",capacity_factor,2010,0.251651083752545,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2010],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:527,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""75""}",capacity_factor,2011,0.267398672238403,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2011],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:528,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""130""}",capacity_factor,2012,0.267838715732257,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2012],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:529,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""15""}",capacity_factor,2013,0.343110561186488,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2013],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:530,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""42""}",capacity_factor,2014,0.369627608244238,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2014],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:531,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""58""}",capacity_factor,2015,0.366395730356158,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:532,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""63""}",capacity_factor,2016,0.39609653621202,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2016],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:533,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""76""}",capacity_factor,2017,0.387227519031784,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2017],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:534,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""73""}",capacity_factor,2018,0.390518391130089,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2018],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:535,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""66""}",capacity_factor,2019,0.390454080328527,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2019],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:536,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""122""}",capacity_factor,2020,0.369564923996861,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2020],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:537,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""80""}",capacity_factor,2021,0.352919306124268,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:538,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""42""}",capacity_factor,2022,0.39153460411743,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2022],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:539,*,"{""technology_detail"": ""Observed projects by vintage"", ""capacity_basis"": ""nameplate"", ""statistic"": ""generation_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""43""}",capacity_factor,2023,0.375271014838574,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2023],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]","Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.",, +raw,wind-ons,raw:540,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,1895.2269817250613,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:541,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2013,1895.2269817250613,USD/kW,2013.0,real,eia_generator_costs_2013.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:542,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1754.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:543,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2014,1754.0,USD/kW,2014.0,real,eia_generator_costs_2014.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:544,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,1661.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:545,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2015,1661.0,USD/kW,2015.0,real,eia_generator_costs_2015.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | prime_mover"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:546,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,1630.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:547,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2016,1630.0,USD/kW,2016.0,real,eia_generator_costs_2016.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:548,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,1647.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:549,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2017,1647.0,USD/kW,2017.0,real,eia_generator_costs_2017.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:550,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,1382.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:551,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2018,1382.0,USD/kW,2018.0,real,eia_generator_costs_2018.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:552,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1391.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:553,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2019,1391.0,USD/kW,2019.0,real,eia_generator_costs_2019.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:554,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1498.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:555,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2020,1498.0,USD/kW,2020.0,real,eia_generator_costs_2020.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:556,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1428.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:557,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2021,1428.0,USD/kW,2021.0,real,eia_generator_costs_2021.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:558,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,1451.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:559,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2022,1451.0,USD/kW,2022.0,real,eia_generator_costs_2022.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | prime_mover"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:560,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,1738.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:561,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2023,1738.0,USD/kW,2023.0,real,eia_generator_costs_2023.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | prime_mover"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:562,*,"{""technology_detail"": ""Wind (EIA broad energy-source category)"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1882.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | major_energy_source"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:563,*,"{""technology_detail"": ""Onshore wind turbine"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": """"}",capital_cost,2024,1882.0,USD/kW,2024.0,real,eia_generator_costs_2024.xlsx,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | prime_mover"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""}]","EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.",,overnight_plus_grid +raw,wind-ons,raw:564,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""4""}",capital_cost,1983,5454.800176757078,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[1983],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:565,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""4""}",capital_cost,1985,4176.752733820384,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[1985],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:566,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""4""}",capital_cost,1990,3892.5864877654976,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[1990],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:567,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""8""}",capital_cost,1998,1868.5204396236995,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[1998],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:568,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""29""}",capital_cost,1999,2194.6947900075816,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[1999],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:569,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""6""}",capital_cost,2000,2211.618972418666,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2000],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:570,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""27""}",capital_cost,2001,1736.722810136726,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:571,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""13""}",capital_cost,2002,2030.3449472110344,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2002],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:572,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""26""}",capital_cost,2003,1843.9947348426876,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2003],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:573,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""11""}",capital_cost,2004,1699.532944442382,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2004],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:574,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""28""}",capital_cost,2005,1995.675249847745,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2005],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:575,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""21""}",capital_cost,2006,2317.985781599681,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2006],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:576,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""28""}",capital_cost,2007,2450.6178073498927,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2007],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:577,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""61""}",capital_cost,2008,2776.820542878648,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:578,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""115""}",capital_cost,2009,3003.877471037422,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2009],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:579,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""73""}",capital_cost,2010,2996.1674033064987,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2010],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:580,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""99""}",capital_cost,2011,2886.046365262454,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2011],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:581,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""131""}",capital_cost,2012,2610.90202004855,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2012],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:582,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""19""}",capital_cost,2013,2572.084655079294,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2013],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:583,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""47""}",capital_cost,2014,2250.339855795793,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2014],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:584,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""62""}",capital_cost,2015,2072.348822471378,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:585,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""67""}",capital_cost,2016,2040.831254074,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2016],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:586,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""59""}",capital_cost,2017,2010.084450782628,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2017],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:587,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""65""}",capital_cost,2018,1770.1772028999512,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2018],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:588,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""51""}",capital_cost,2019,1722.4858624746344,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2019],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:589,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""96""}",capital_cost,2020,1758.396814502541,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2020],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:590,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""65""}",capital_cost,2021,1732.399059573697,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:591,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""33""}",capital_cost,2022,1542.6404386727108,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2022],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:592,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""35""}",capital_cost,2023,1813.44602743001,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2023],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:593,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""capacity_weighted_mean"", ""geography"": ""United States"", ""cost_scope"": ""overnight_plus_grid"", ""sample_count"": ""20""}",capital_cost,2024,1848.6742419265263,USD/kW,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2024],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""}]","Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.",,overnight_plus_grid +raw,wind-ons,raw:594,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""2""}",fixed_om,1999,38.654353035128906,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[1999],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:595,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",fixed_om,2000,31.256049501899216,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2000],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:596,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",fixed_om,2001,48.72808106601255,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:597,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_1"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,35.54057666793507,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 1 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 1 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:598,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_2"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,36.09920365455134,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 2 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 2 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:599,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_3"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,38.9463508693366,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 3 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 3 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:600,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_4"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,47.16475962507292,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 4 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 4 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:601,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_5"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,56.30528757104444,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 5 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 5 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:602,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_6"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,62.69192745515255,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 6 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 6 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:603,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_7"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,54.88461185647972,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 7 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 7 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:604,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_8"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,50.41313420069535,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 8 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 8 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:605,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_9"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,55.486414892252085,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 9 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 9 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:606,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_10"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,66.44911089213421,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 10 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 10 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:607,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_11"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,87.96142644282774,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 11 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 11 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:608,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_12"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,79.87191632286505,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 12 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 12 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:609,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_13"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,70.1466764759164,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 13 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 13 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:610,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_14"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,46.939884016038015,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 14 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 14 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:611,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_15"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,64.6185316363808,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 15 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 15 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:612,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_16"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,49.50481125047863,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 16 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 16 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:613,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_17"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,46.28146830794235,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 17 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 17 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:614,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_18"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,43.71557311709958,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 18 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 18 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:615,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_19"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,37.25875643591103,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 19 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 19 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:616,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_20"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,53.739253114720086,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 20 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 20 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:617,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_21"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,33.51691032896575,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 21 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 21 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:618,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_22"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,31.619352066987407,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 22 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 22 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:619,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_23"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,31.029976350157902,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 23 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 23 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:620,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_24"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,13.277435720372283,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 24 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 24 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:621,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_25"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,18.11946775793651,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 25 for projects with COD 1998-2004; year is the bin midpoint.""}]",Median O&M in operating year 25 for projects with COD 1998-2004; year is the bin midpoint.,, +raw,wind-ons,raw:622,*,"{""technology_detail"": ""Vintage 1998-2004"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_early_age_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2001,36.86204373060767,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=35.5, age 2=36.1, age 3=38.9 for COD 1998-2004; year is the bin midpoint. Not a full-scope O&M level.""}]","FOM index: mean of age 1=35.5, age 2=36.1, age 3=38.9 for COD 1998-2004; year is the bin midpoint. Not a full-scope O&M level.",, +raw,wind-ons,raw:623,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",fixed_om,2004,28.974291136129917,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2004],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:624,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""2""}",fixed_om,2005,38.42154126567736,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2005],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:625,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""4""}",fixed_om,2006,33.05565494543431,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2006],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:626,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""4""}",fixed_om,2007,23.514034294404283,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2007],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:627,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""14""}",fixed_om,2008,27.93468094019017,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:628,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_1"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,21.436854788604656,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 1 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 1 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:629,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_2"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,25.817929663622863,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 2 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 2 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:630,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_3"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,27.237380067116344,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 3 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 3 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:631,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_4"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,27.83759192084996,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 4 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 4 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:632,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_5"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,28.089341813031474,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 5 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 5 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:633,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_6"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,28.276767025518986,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 6 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 6 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:634,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_7"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,25.844769087360017,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 7 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 7 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:635,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_8"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,26.26896953109388,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 8 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 8 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:636,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_9"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,25.16883147035832,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 9 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 9 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:637,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_10"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,22.51440729803852,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 10 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 10 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:638,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_11"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,22.291931850444257,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 11 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 11 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:639,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_12"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,25.14821276675725,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 12 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 12 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:640,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_13"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,24.51668405969448,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 13 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 13 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:641,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_14"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,24.65133818652134,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 14 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 14 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:642,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_15"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,28.17925252525253,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 15 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 15 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:643,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_16"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,28.50697531294796,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 16 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 16 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:644,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_17"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,27.323947836284184,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 17 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 17 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:645,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_18"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,32.44521044146845,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 18 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 18 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:646,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_19"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,43.88948147737777,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 19 for projects with COD 2005-2011; year is the bin midpoint.""}]",Median O&M in operating year 19 for projects with COD 2005-2011; year is the bin midpoint.,, +raw,wind-ons,raw:647,*,"{""technology_detail"": ""Vintage 2005-2011"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_early_age_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2008,24.83072150644796,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=21.4, age 2=25.8, age 3=27.2 for COD 2005-2011; year is the bin midpoint. Not a full-scope O&M level.""}]","FOM index: mean of age 1=21.4, age 2=25.8, age 3=27.2 for COD 2005-2011; year is the bin midpoint. Not a full-scope O&M level.",, +raw,wind-ons,raw:648,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""9""}",fixed_om,2009,28.56353160877173,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2009],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:649,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""5""}",fixed_om,2010,28.154920415593317,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2010],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:650,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""4""}",fixed_om,2011,29.924007622377985,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2011],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:651,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""12""}",fixed_om,2012,35.034988929815434,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2012],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:652,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""8""}",fixed_om,2014,39.06784317872521,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2014],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:653,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""5""}",fixed_om,2015,32.334069034263464,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:654,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_1"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,26.0400862278976,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 1 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 1 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:655,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_2"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,29.94945982540723,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 2 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 2 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:656,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_3"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,28.105507349261188,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 3 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 3 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:657,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_4"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,27.04854466264579,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 4 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 4 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:658,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_5"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,28.59889958233252,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 5 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 5 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:659,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_6"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,29.21626405343396,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 6 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 6 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:660,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_7"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,32.356089135952026,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 7 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 7 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:661,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_8"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,32.77386670847221,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 8 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 8 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:662,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_9"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,32.92709672149808,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 9 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 9 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:663,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_10"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,32.40941882748157,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 10 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 10 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:664,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_11"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,32.61473927847943,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 11 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 11 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:665,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_12"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,25.28826167207325,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 12 for projects with COD 2012-2018; year is the bin midpoint.""}]",Median O&M in operating year 12 for projects with COD 2012-2018; year is the bin midpoint.,, +raw,wind-ons,raw:666,*,"{""technology_detail"": ""Vintage 2012-2018"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_early_age_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2015,28.031684467522,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.",, +raw,wind-ons,raw:667,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""5""}",fixed_om,2016,26.346631853138728,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2016],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:668,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""3""}",fixed_om,2017,29.223849245538545,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2017],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:669,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""6""}",fixed_om,2018,23.50050706276397,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2018],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:670,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""10""}",fixed_om,2019,18.178839584491048,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2019],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:671,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""17""}",fixed_om,2020,24.06484645516258,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2020],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:672,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""8""}",fixed_om,2021,24.07078972753479,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:673,*,"{""technology_detail"": ""Vintage 2019-2023"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_1"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2021,22.56560427000353,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 1 for projects with COD 2019-2023; year is the bin midpoint.""}]",Median O&M in operating year 1 for projects with COD 2019-2023; year is the bin midpoint.,, +raw,wind-ons,raw:674,*,"{""technology_detail"": ""Vintage 2019-2023"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_2"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2021,24.389241032938667,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 2 for projects with COD 2019-2023; year is the bin midpoint.""}]",Median O&M in operating year 2 for projects with COD 2019-2023; year is the bin midpoint.,, +raw,wind-ons,raw:675,*,"{""technology_detail"": ""Vintage 2019-2023"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_3"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2021,19.59455641248105,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 3 for projects with COD 2019-2023; year is the bin midpoint.""}]",Median O&M in operating year 3 for projects with COD 2019-2023; year is the bin midpoint.,, +raw,wind-ons,raw:676,*,"{""technology_detail"": ""Vintage 2019-2023"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_4"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2021,23.066951714984075,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 4 for projects with COD 2019-2023; year is the bin midpoint.""}]",Median O&M in operating year 4 for projects with COD 2019-2023; year is the bin midpoint.,, +raw,wind-ons,raw:677,*,"{""technology_detail"": ""Vintage 2019-2023"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_age_5"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2021,16.725509826415895,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""Median O&M in operating year 5 for projects with COD 2019-2023; year is the bin midpoint.""}]",Median O&M in operating year 5 for projects with COD 2019-2023; year is the bin midpoint.,, +raw,wind-ons,raw:678,*,"{""technology_detail"": ""Vintage 2019-2023"", ""capacity_basis"": ""nameplate"", ""statistic"": ""median_early_age_mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": """"}",fixed_om,2021,22.18313390514108,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.""}]","FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.",, +raw,wind-ons,raw:679,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""1""}",fixed_om,2022,13.427302100602908,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2022],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +raw,wind-ons,raw:680,*,"{""technology_detail"": ""Land-based wind projects"", ""capacity_basis"": ""nameplate"", ""statistic"": ""mean"", ""geography"": ""United States"", ""cost_scope"": """", ""sample_count"": ""9""}",fixed_om,2023,20.53446209224614,USD/kW-yr,2024.0,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2023],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""}]","Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.",, +reeds,battery,*,*,{},capcost,2010,520.5831992098485,USD/kW,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2011,520.5831992098485,USD/kW,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2012,520.5831992098485,USD/kW,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2013,520.5831992098485,USD/kW,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2014,520.5831992098485,USD/kW,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2015,520.5831992098485,USD/kW,2022,calculated,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2016,792.2801245069028,USD/kW,2022,calculated,eia_generator_costs_2016.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2016, as reported in EIA-860 2016; 20 of 20 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2017,570.8270365829908,USD/kW,2022,calculated,eia_generator_costs_2017.xlsx | eia860_2017.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602017.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2017.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602017.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""da9f1a1f8528324ff47019229d0f3648efe8c5997f18449f10d6aad2daa68e5c"",""location"":""3_4_Energy_Storage_Y2017.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2017, as reported in EIA-860 2017; 22 of 22 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2018,307.6064125272928,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H30"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D30/C30"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2019,318.82986794443286,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D31/C31"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2020,440.6966666406692,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H32"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D32/C32"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2021,427.57791251469143,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D33/C33"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2022,248.0496132550634,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D34/C34"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2023,239.50081358824784,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D35/C35"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost,2024,292.78239067466905,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D36/C36"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2010,560.627316778019,USD/kWh,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2011,560.627316778019,USD/kWh,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2012,560.627316778019,USD/kWh,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2013,560.627316778019,USD/kWh,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2014,560.627316778019,USD/kWh,2022,filled,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2015,560.627316778019,USD/kWh,2022,calculated,eia_generator_costs_2015.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2015, as reported in EIA-860 2016; 16 of 16 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2016,853.2236173065817,USD/kWh,2022,calculated,eia_generator_costs_2016.xlsx | eia860_2016.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2016.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602016.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""27d17d22b9cf0da8167579a05ae04383ba3b3432f53080af84a99427b9020124"",""location"":""3_4_Energy_Storage_Y2016.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2016, as reported in EIA-860 2016; 20 of 20 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2017,614.7359929202571,USD/kWh,2022,calculated,eia_generator_costs_2017.xlsx | eia860_2017.zip | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx | https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602017.zip | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia860_2017.zip"",""url"":""https://www.eia.gov/electricity/data/eia860/archive/xls/eia8602017.zip"",""page_url"":""https://www.eia.gov/electricity/data/eia860/"",""sha256"":""da9f1a1f8528324ff47019229d0f3648efe8c5997f18449f10d6aad2daa68e5c"",""location"":""3_4_Energy_Storage_Y2017.xlsx:Operable"",""dollar_year"":"""",""notes"":""Sum of nameplate MWh / sum of MW for batteries installed in 2017, as reported in EIA-860 2017; 22 of 22 generators have positive MW and MWh (100.00% of cohort MW). Inventory-cohort proxy, not the identifiable cost-reporting sample. All battery chemistries; no flywheels or pumped storage.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2018,331.2680046928915,USD/kWh,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H30"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D30/C30"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2019,343.3547867961929,USD/kWh,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H31"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D31/C31"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2020,474.59578047616225,USD/kWh,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H32"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D32/C32"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2021,460.4679101640188,USD/kWh,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H33"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D33/C33"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2022,267.1299982751743,USD/kWh,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H34"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D34/C34"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2023,257.9236108501592,USD/kWh,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H35"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D35/C35"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,battery,*,*,{},capcost_energy,2024,315.30369465040576,USD/kWh,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | atb_2024_workbook.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://data.openei.org/files/6006/2024_v3_Workbook.xlsx,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | H36"",""dollar_year"":""2024.0"",""notes"":""LBNL storage sample; excludes durations below one hour. Total installed system cost, not an isolated energy component. 2024 data are preliminary.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""Capex Trend (Storage) | D36/C36"",""dollar_year"":"""",""notes"":""Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility-Scale Battery Storage - 2Hr; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""atb_2024_workbook.xlsx"",""url"":""https://data.openei.org/files/6006/2024_v3_Workbook.xlsx"",""sha256"":""34316344383535a8bf9eb220bc54282cff75bcbc332a38e8c10a17c487dc8e46"",""location"":""Battery components; Moderate; 2022"",""dollar_year"":""""}]",Estimated components using ATB 2024 Moderate 2022 power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator. Preferred cost/duration sample where available; otherwise EIA. System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility-Scale Battery Storage - 2Hr: OCC=1144.9 GCC=100.0 ($/kW); factor=0.9197.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2010,4296.299441049833,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2011,4296.299441049833,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2012,4296.299441049833,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2013,4296.299441049833,USD/kW,2022,calculated,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2014,2404.173317656988,USD/kW,2022,calculated,eia_generator_costs_2014.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2015,1850.5849223925125,USD/kW,2022,calculated,eia_generator_costs_2015.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | major_energy_source"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2016,2622.720864635746,USD/kW,2022,calculated,eia_generator_costs_2016.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2017,4810.32043036625,USD/kW,2022,calculated,eia_generator_costs_2017.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2018,4033.0219805998763,USD/kW,2022,filled,eia_generator_costs_2017.xlsx | eia_generator_costs_2019.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx | https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2017, 2019]","[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797. Linear interpolation between source years.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2019,3255.723530833503,USD/kW,2022,calculated,eia_generator_costs_2019.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2020,3197.1772994977805,USD/kW,2022,calculated,eia_generator_costs_2020.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2021,2742.576241866973,USD/kW,2022,calculated,eia_generator_costs_2021.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797.,,overnight_plus_grid +reeds,biopower,*,*,{},capcost,2022,2742.576241866973,USD/kW,2022,filled,eia_generator_costs_2021.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | major_energy_source"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Biopower - Dedicated; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Biopower - Dedicated: OCC=4829.9 GCC=100.0 ($/kW); factor=0.9797. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2010,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2011,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2012,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2013,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2014,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2015,11772.421573094212,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2016,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2017,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2018,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2019,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2020,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2021,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp1,*,{},capcost,2022,11772.421573094212,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.120642878353. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2010,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2011,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2012,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2013,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2014,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2015,10505.06080081109,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2016,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2017,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2018,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2019,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2020,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2021,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp2,*,{},capcost,2022,10505.06080081109,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=1.0. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2010,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2011,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2012,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2013,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2014,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2015,7451.08333317041,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2016,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2017,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2018,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2019,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2020,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2021,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp3,*,{},capcost,2022,7451.08333317041,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.709285122138. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2010,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2011,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2012,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2013,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2014,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2015,6435.250776264726,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2016,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2017,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2018,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2019,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2020,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2021,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,csp,csp4,*,{},capcost,2022,6435.250776264726,USD/kW,2022,filled,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv | csp_cost_ratios_2024.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv | https://github.com/ReEDS-Model/ReEDS,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CSP CapEx"",""dollar_year"":""2024.0"",""notes"":""110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted to $/kW-AC. Project identity and 10-hour storage: https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . Used as a csp2 proxy; solar multiple is not given in this workbook. Other years are endpoint-filled and other ReEDS configurations are derived using the CSP cost ratios.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""CSP - Class 2; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""},{""file"":""csp_cost_ratios_2024.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS"",""sha256"":""169f3e4245529c4eebfaa78691d6de4584d56893be5a6fe3dd650050bb5cc9fa"",""location"":""CSP configuration ratios"",""dollar_year"":""""}]",Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio. Ratio=0.61258577159. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 CSP - Class 2: OCC=7346.9 GCC=100.0 ($/kW); factor=0.9866. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2010,1289.4468661788117,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2011,1289.4468661788117,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2012,1289.4468661788117,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2013,1289.4468661788117,USD/kW,2022,calculated,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2014,1148.9243904243829,USD/kW,2022,calculated,eia_generator_costs_2014.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2015,890.811701166805,USD/kW,2022,calculated,eia_generator_costs_2015.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2016,1144.321102810511,USD/kW,2022,calculated,eia_generator_costs_2016.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2017,989.3822900214095,USD/kW,2022,calculated,eia_generator_costs_2017.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2018,925.2166800396529,USD/kW,2022,calculated,eia_generator_costs_2018.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2019,1004.19192629006,USD/kW,2022,calculated,eia_generator_costs_2019.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2020,1208.9542318627612,USD/kW,2022,calculated,eia_generator_costs_2020.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2021,1251.657548346582,USD/kW,2022,calculated,eia_generator_costs_2021.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2022,668.335662256578,USD/kW,2022,calculated,eia_generator_costs_2022.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CC,*,{},capcost,2023,798.5149389616996,USD/kW,2022,calculated,eia_generator_costs_2023.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | natural_gas_technology"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG 2-on-1 Combined Cycle (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG 2-on-1 Combined Cycle (F-Frame): OCC=1245.4 GCC=100.0 ($/kW); factor=0.9257.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2010,838.1742609965615,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2011,838.1742609965615,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2012,838.1742609965615,USD/kW,2022,filled,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2013,838.1742609965615,USD/kW,2022,calculated,eia_generator_costs_2013.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""eia_generator_costs_2013.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2013/xls/generator_costs_2013.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""16a51b66d4cac40f3be28efc0cb55bcec67a9092738ff54cb118f7c4ee1344fd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2013.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2014,1121.6404992303312,USD/kW,2022,calculated,eia_generator_costs_2014.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""eia_generator_costs_2014.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2014/xls/generator_costs_2014.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""7514e76f9d9455efdbfb7b66516f4bb9b3842b913cdf6f19aab11f35019607ff"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2014.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2015,859.0653182898131,USD/kW,2022,calculated,eia_generator_costs_2015.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""eia_generator_costs_2015.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2015/xls/generator_costs_2015.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""06f5643084d0aabf5e43d7820c65ddbdfdda130bc79c0d522b06c152955a3cdd"",""location"":""Data Tables | natural_gas_technology"",""dollar_year"":""2015.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2016,801.1136293619504,USD/kW,2022,calculated,eia_generator_costs_2016.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""eia_generator_costs_2016.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2016/xls/generator_costs_2016.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""113d1f570b59bde96c7bf2757d3dbd37985b6bbf1d620f6bfc1fdf5a14e4c7b7"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2016.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2017,1037.4270315853807,USD/kW,2022,calculated,eia_generator_costs_2017.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""eia_generator_costs_2017.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2017/xls/generator_costs_2017.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d933b4e342689b36bb0abb2bef5ac35a9dc0c55cba6b7f401c0bd12d222b4db8"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2017.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2018,645.4850745108301,USD/kW,2022,calculated,eia_generator_costs_2018.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""eia_generator_costs_2018.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2018/xls/generator_costs_2018.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""ac67f05bcffcfad796af25930a5fd86f022d363d5a30a10c5b56448b0caf16df"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2018.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2019,1556.8351879833967,USD/kW,2022,calculated,eia_generator_costs_2019.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""eia_generator_costs_2019.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2019/xls/generator_costs_2019.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f95408e5a0e3dd123d5ffb2342f385f772339e7accdba7fdbf0374676233c3fa"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2019.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2020,659.7480135865568,USD/kW,2022,calculated,eia_generator_costs_2020.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""eia_generator_costs_2020.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2020/xls/generator_costs_2020.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""f8fc93f9e8f47a104b454ed444a0939bba0c6a47b7b7cb68b1ca9069403a0f39"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2020.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2021,507.2759290841966,USD/kW,2022,calculated,eia_generator_costs_2021.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""eia_generator_costs_2021.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2021/xls/generator_costs_2021.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""d58566a095fe14855555de1a34e0f8c9fd4534e74c4cbc86374131cad06f5cbd"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2021.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2022,922.8869795109055,USD/kW,2022,calculated,eia_generator_costs_2022.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""eia_generator_costs_2022.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2022/xls/generator_costs_2022.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""668ea0a9e809adb940a1120e3be7b9afc015ce85170fedf6fbc44044114df6a3"",""location"":""Sheet1 | natural_gas_technology"",""dollar_year"":""2022.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2023,495.26327421780445,USD/kW,2022,calculated,eia_generator_costs_2023.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2023],"[{""file"":""eia_generator_costs_2023.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/archive/2023/xls/generator_costs_2023.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""a9629a351502cf57f4d0ca90c5822180bdfdbe6bb43ef179dc1e355fc9fcd2cd"",""location"":""Sheet 1 | natural_gas_technology"",""dollar_year"":""2023.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,gas,Gas-CT,*,{},capcost,2024,720.2452945306396,USD/kW,2022,calculated,eia_generator_costs_2024.xlsx | atb_2024_flat_file.csv | deflator.csv,https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2024],"[{""file"":""eia_generator_costs_2024.xlsx"",""url"":""https://www.eia.gov/electricity/generatorcosts/xls/generator_costs.xlsx"",""page_url"":""https://www.eia.gov/electricity/generatorcosts/"",""sha256"":""b0c7ed9e76c687f722ac7539df5b50eacdcb75980e3584798f4d71f5cd19645a"",""location"":""Sheet 1 | natural_gas_technology"",""dollar_year"":""2024.0"",""notes"":""EIA-860 generators installed in this year. Average construction cost is total cost divided by total capacity. Categories follow EIA definitions and are not one-to-one with ATB technologies. Schedule 5 total construction cost includes owner costs with the electrical interconnection tie-in to a nearby transmission system, and excludes financing, land, grants and tax benefits.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""NG Combustion Turbine (F-Frame); Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 NG Combustion Turbine (F-Frame): OCC=1110.4 GCC=100.0 ($/kW); factor=0.9174.,,overnight_plus_grid +reeds,nuclear,*,*,{},capcost,2010,3757.8971022130536,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Nearest endpoint carried to this year.,,installed_with_financing +reeds,nuclear,*,*,{},capcost,2011,3757.8971022130536,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Nearest endpoint carried to this year.,,installed_with_financing +reeds,nuclear,*,*,{},capcost,2012,3757.8971022130536,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Nearest endpoint carried to this year.,,installed_with_financing +reeds,nuclear,*,*,{},capcost,2013,3757.8971022130536,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Nearest endpoint carried to this year.,,installed_with_financing +reeds,nuclear,*,*,{},capcost,2014,3757.8971022130536,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Nearest endpoint carried to this year.,,installed_with_financing +reeds,nuclear,*,*,{},capcost,2015,3757.8971022130536,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Nearest endpoint carried to this year.,,installed_with_financing +reeds,nuclear,*,*,{},capcost,2016,3757.8971022130536,USD/kW,2022,calculated,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550.,,installed_with_financing +reeds,nuclear,*,*,{},capcost,2017,5038.5513520749955,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2024]","[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Linear interpolation between source years.,,installed_with_financing|overnight +reeds,nuclear,*,*,{},capcost,2018,6319.2056019369375,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2024]","[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Linear interpolation between source years.,,installed_with_financing|overnight +reeds,nuclear,*,*,{},capcost,2019,7599.85985179888,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2024]","[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Linear interpolation between source years.,,installed_with_financing|overnight +reeds,nuclear,*,*,{},capcost,2020,8880.514101660821,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2024]","[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Linear interpolation between source years.,,installed_with_financing|overnight +reeds,nuclear,*,*,{},capcost,2021,10161.168351522763,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2024]","[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Linear interpolation between source years.,,installed_with_financing|overnight +reeds,nuclear,*,*,{},capcost,2022,11441.822601384707,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2024]","[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Linear interpolation between source years.,,installed_with_financing|overnight +reeds,nuclear,*,*,{},capcost,2023,12722.476851246649,USD/kW,2022,filled,nuclear_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics | https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2024]","[{""file"":""nuclear_historical_projects.csv"",""url"":""https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics"",""page_url"":""https://www.tva.com/Newsroom/Watts-Bar-2-Project"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""Completion announcement 2016-10-19; Vital Statistics - Plant design"",""dollar_year"":""2016.0"",""notes"":""TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Nuclear - Large; Moderate; 2030; OCC, GCC, CFC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications. Cost scope installed_with_financing: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2030 Nuclear - Large: OCC=5750.0 GCC=100.0 CFC=1766.4 ($/kW); factor=0.7550. Linear interpolation between source years.,,installed_with_financing|overnight +reeds,nuclear,*,*,{},capcost,2024,14003.13110110859,USD/kW,2022,calculated,nuclear_historical_projects.csv | deflator.csv,https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2024],"[{""file"":""nuclear_historical_projects.csv"",""url"":""https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf"",""page_url"":""https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html"",""sha256"":""819a7a7a6332605ab7b69557fa4d0c807a1909c7fe4cc5cd79d0041dda4662b6"",""location"":""MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost"",""dollar_year"":""2024.0"",""notes"":""MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Provisional large-nuclear project cost mapping. The completion-cost proxy and the reconstructed overnight cost are reported on different boundaries and each is rescaled to the overnight basis from its own declared scope; earlier sunk costs and the summer-net capacity basis of the proxy remain unreconciled. Converted with the ReEDS deflator. See sources for project qualifications.,,overnight +reeds,upv,*,*,{},capcost,2007,10944.921227617691,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2007],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2008,5071.384510190934,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2008],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2009,5632.891055256011,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2009],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2010,5249.640556243338,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2011,4946.60527795425,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2012,4224.668291442008,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2013,4394.011535191793,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2014,4224.668291442008,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2015,3484.9057003245252,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2016,2691.6662953913215,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2017,2442.107830917954,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2018,2058.8573319052825,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2019,1755.822053616193,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2020,1568.6532052611676,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2021,1470.6123799323445,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2022,1417.1355661166228,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2023,1417.1355661166228,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},capcost,2024,1434.9611707218635,USD/kW,2022,calculated,lbnl_utility_scale_solar_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CapEx Trend (PV-only)"",""dollar_year"":""2024.0"",""notes"":""Observed PV-only project CapEx; 2024 COD values are preliminary. Sourced primarily from Form EIA-860 Schedule 5B, so the value includes electrical interconnection and excludes financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Utility PV - Class 4; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Utility PV - Class 4: OCC=1366.6 GCC=64.8 ($/kW); factor=0.9547.,,overnight_plus_grid +reeds,upv,*,*,{},cf_improvement,2010,0.218219159281187,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2010],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2011,0.226485960795726,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2012,0.24794154500658,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2013,0.273384587160784,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2014,0.264574507112978,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2015,0.264560248432827,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2016,0.26726184351989,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2017,0.237639852135653,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2018,0.242942575836948,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2019,0.242707564128239,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2020,0.247910776608147,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2021,0.243303539650065,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2022,0.235751239157295,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},cf_improvement,2023,0.237630739440705,fraction,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""CF by Project Vintage"",""dollar_year"":"""",""notes"":""Cumulative observed CF through 2024 by project vintage; AC basis. Includes resource, mounting, ILR, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,upv,*,*,{},fom,2010,45.18739745116937,USD/kW-yr,2022,filled,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Nearest endpoint carried to this year.,, +reeds,upv,*,*,{},fom,2011,45.18739745116937,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2011],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2012,36.8167292829643,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2013,34.108947469575334,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2014,32.77243906044804,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2015,18.090402518005728,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2016,21.200081699329758,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2017,17.84442608203449,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2018,20.90200787392173,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2019,18.039699520916802,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2020,15.995103700474491,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2021,14.320526303012661,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2022,14.655522775272122,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2023,15.026938879521097,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2023],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom,2024,10.247201604454457,USD/kW-yr,2022,real,lbnl_utility_scale_solar_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2024],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost Time Trend"",""dollar_year"":""2024.0"",""notes"":""Reported annual mean O&M from FERC and project owners. Operating-fleet costs, not new-build costs by vintage. Excludes taxes, insurance, royalties and some overhead. Assigned wholly to FOM; the $/MWh column is the same cost, not a separate VOM observation.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,upv,*,*,{},fom_index,2010,30.552193522912848,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=43.3, age 2=26.5, age 3=21.8 for COD 2011-2014; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Nearest endpoint carried to this year.",, +reeds,upv,*,*,{},fom_index,2011,30.552193522912848,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=43.3, age 2=26.5, age 3=21.8 for COD 2011-2014; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Nearest endpoint carried to this year.",, +reeds,upv,*,*,{},fom_index,2012,30.552193522912848,multiplier,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2012],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=43.3, age 2=26.5, age 3=21.8 for COD 2011-2014; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting.",, +reeds,upv,*,*,{},fom_index,2013,27.290699597322867,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,"[2012, 2016]","[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=43.3, age 2=26.5, age 3=21.8 for COD 2011-2014; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,upv,*,*,{},fom_index,2014,24.029205671732885,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,"[2012, 2016]","[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=43.3, age 2=26.5, age 3=21.8 for COD 2011-2014; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,upv,*,*,{},fom_index,2015,20.767711746142904,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,"[2012, 2016]","[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=43.3, age 2=26.5, age 3=21.8 for COD 2011-2014; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,upv,*,*,{},fom_index,2016,17.506217820552923,multiplier,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2016],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting.",, +reeds,upv,*,*,{},fom_index,2017,14.996583592819952,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,"[2016, 2020]","[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=6.9, age 2=8.6, age 3=6.9 for COD 2019-2022; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,upv,*,*,{},fom_index,2018,12.486949365086982,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,"[2016, 2020]","[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=6.9, age 2=8.6, age 3=6.9 for COD 2019-2022; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,upv,*,*,{},fom_index,2019,9.977315137354012,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,"[2016, 2020]","[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=13.7, age 2=20.5, age 3=18.4 for COD 2015-2018; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=6.9, age 2=8.6, age 3=6.9 for COD 2019-2022; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,upv,*,*,{},fom_index,2020,7.467680909621041,multiplier,,real,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=6.9, age 2=8.6, age 3=6.9 for COD 2019-2022; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting.",, +reeds,upv,*,*,{},fom_index,2021,7.467680909621041,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=6.9, age 2=8.6, age 3=6.9 for COD 2019-2022; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Nearest endpoint carried to this year.",, +reeds,upv,*,*,{},fom_index,2022,7.467680909621041,multiplier,,filled,lbnl_utility_scale_solar_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx,[2020],"[{""file"":""lbnl_utility_scale_solar_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-10/2025_utility-scale_solar_data_update.xlsx"",""page_url"":""https://emp.lbl.gov/publications/us-utility-scale-solar-2025-data"",""sha256"":""b17720b13f9da9d5cf0661ac3862c992fb5d5047f3d5f628e5baa4bc3fccd087"",""location"":""O&M Cost by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=6.9, age 2=8.6, age 3=6.9 for COD 2019-2022; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Nearest endpoint carried to this year.",, +reeds,wind-ofs,fixed,*,{},capcost,2010,10861.333824673151,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2011,10861.333824673151,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2012,10861.333824673151,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2013,10861.333824673151,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2014,10861.333824673151,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2015,10861.333824673151,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Nearest endpoint carried to this year.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2016,10861.333824673151,USD/kW,2022,calculated,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2017,13658.344531131948,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2020]","[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""offshore_historical_projects.csv"",""url"":""https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project"",""page_url"":""https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page"",""dollar_year"":""2020.0"",""notes"":""Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Linear interpolation between source years.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2018,16455.355237590746,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2020]","[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""offshore_historical_projects.csv"",""url"":""https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project"",""page_url"":""https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page"",""dollar_year"":""2020.0"",""notes"":""Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Linear interpolation between source years.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2019,19252.36594404954,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.blockislandtimes.com/article/block-island-gets-connected/46801 | https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2016, 2020]","[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.blockislandtimes.com/article/block-island-gets-connected/46801"",""page_url"":""https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Atomic Insights project tally paragraph; Block Island Times sea2shore article"",""dollar_year"":""2016.0"",""notes"":""Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation.""},{""file"":""offshore_historical_projects.csv"",""url"":""https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project"",""page_url"":""https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page"",""dollar_year"":""2020.0"",""notes"":""Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Linear interpolation between source years.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2020,22049.376650508337,USD/kW,2022,calculated,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project"",""page_url"":""https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page"",""dollar_year"":""2020.0"",""notes"":""Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2021,19295.169516875845,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project | https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2020, 2024]","[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project"",""page_url"":""https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page"",""dollar_year"":""2020.0"",""notes"":""Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.""},{""file"":""offshore_historical_projects.csv"",""url"":""https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy"",""page_url"":""https://rpa.org/news/lab/spotlight-on-energy-infrastructure-south-fork-wind-the-promise-of-what-could-be-south-fork-wind-spotlight"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""RPA spotlight cost paragraph; Orsted completion release 2024-03-14"",""dollar_year"":""2024.0"",""notes"":""Twelve-turbine 132 MW project off Long Island; completion announced 2024-03-14. RPA reports the construction estimate rose from USD 740 million to about USD 2 billion under pandemic supply-chain constraints; the developers have not published an audited total, so this is a press-reported round figure. The project built its own export cable and onshore interconnection at Wainscott, so grid connection is inside the figure; financing during construction is not separately identified. First commercial-scale US offshore project. Nominal dollars assigned to the 2024 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Linear interpolation between source years.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2022,16540.96238324335,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project | https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2020, 2024]","[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project"",""page_url"":""https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page"",""dollar_year"":""2020.0"",""notes"":""Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.""},{""file"":""offshore_historical_projects.csv"",""url"":""https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy"",""page_url"":""https://rpa.org/news/lab/spotlight-on-energy-infrastructure-south-fork-wind-the-promise-of-what-could-be-south-fork-wind-spotlight"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""RPA spotlight cost paragraph; Orsted completion release 2024-03-14"",""dollar_year"":""2024.0"",""notes"":""Twelve-turbine 132 MW project off Long Island; completion announced 2024-03-14. RPA reports the construction estimate rose from USD 740 million to about USD 2 billion under pandemic supply-chain constraints; the developers have not published an audited total, so this is a press-reported round figure. The project built its own export cable and onshore interconnection at Wainscott, so grid connection is inside the figure; financing during construction is not separately identified. First commercial-scale US offshore project. Nominal dollars assigned to the 2024 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Linear interpolation between source years.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2023,13786.755249610856,USD/kW,2022,filled,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project | https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2020, 2024]","[{""file"":""offshore_historical_projects.csv"",""url"":""https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project"",""page_url"":""https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page"",""dollar_year"":""2020.0"",""notes"":""Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation.""},{""file"":""offshore_historical_projects.csv"",""url"":""https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy"",""page_url"":""https://rpa.org/news/lab/spotlight-on-energy-infrastructure-south-fork-wind-the-promise-of-what-could-be-south-fork-wind-spotlight"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""RPA spotlight cost paragraph; Orsted completion release 2024-03-14"",""dollar_year"":""2024.0"",""notes"":""Twelve-turbine 132 MW project off Long Island; completion announced 2024-03-14. RPA reports the construction estimate rose from USD 740 million to about USD 2 billion under pandemic supply-chain constraints; the developers have not published an audited total, so this is a press-reported round figure. The project built its own export cable and onshore interconnection at Wainscott, so grid connection is inside the figure; financing during construction is not separately identified. First commercial-scale US offshore project. Nominal dollars assigned to the 2024 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800. Linear interpolation between source years.,,overnight_plus_grid +reeds,wind-ofs,fixed,*,{},capcost,2024,11032.548115978363,USD/kW,2022,calculated,offshore_historical_projects.csv | atb_2024_flat_file.csv | deflator.csv,https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2024],"[{""file"":""offshore_historical_projects.csv"",""url"":""https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy"",""page_url"":""https://rpa.org/news/lab/spotlight-on-energy-infrastructure-south-fork-wind-the-promise-of-what-could-be-south-fork-wind-spotlight"",""sha256"":""bf8569c5d14171b9a8284fc4b26366d1033914ddb8365c0652df1f263ea9a0a6"",""location"":""RPA spotlight cost paragraph; Orsted completion release 2024-03-14"",""dollar_year"":""2024.0"",""notes"":""Twelve-turbine 132 MW project off Long Island; completion announced 2024-03-14. RPA reports the construction estimate rose from USD 740 million to about USD 2 billion under pandemic supply-chain constraints; the developers have not published an audited total, so this is a press-reported round figure. The project built its own export cable and onshore interconnection at Wainscott, so grid connection is inside the figure; financing during construction is not separately identified. First commercial-scale US offshore project. Nominal dollars assigned to the 2024 completion year as an approximation.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Offshore Wind - Class 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Offshore Wind - Class 1: OCC=4398.7 GCC=1240.8 ($/kW); factor=0.7800.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,1983,4768.25719986114,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[1983],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,1985,3651.065236072289,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[1985],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,1990,3402.6642489046408,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[1990],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,1998,1633.347831381099,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[1998],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,1999,1918.4697687996395,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[1999],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2000,1933.2638679450629,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2000],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2001,1518.1382956764369,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2002,1774.8050522533085,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2002],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2003,1611.9089400167495,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2003],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2004,1485.6291589321554,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2004],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2005,1744.4988946100063,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2005],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2006,2026.2433149034955,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2006],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2007,2142.18222947829,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2007],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2008,2427.3289794778652,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2009,2625.8084466240075,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2009],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2010,2619.0687705995692,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2010],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2011,2522.807603279987,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2011],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2012,2282.29301749231,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2012],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2013,2248.3612190768577,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2013],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2014,1967.11132797388,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2015,1811.522305707545,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2016,1783.9715490229512,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2017,1757.0945486900152,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2018,1547.3821073636077,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2019,1505.6932150146235,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2020,1537.0844025947952,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2021,1514.3587338071652,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2022,1348.483196477259,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2023,1585.2051031488793,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2023],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},capcost,2024,1615.9994827719897,USD/kW,2022,calculated,lbnl_land_based_wind_2025.xlsx | atb_2024_flat_file.csv | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2024],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""CapEx Over Time"",""dollar_year"":""2024.0"",""notes"":""Observed project CapEx; 2024 COD values are preliminary. Recent years are EIA-sourced; reported project costs cover turbine purchase and installation, balance of plant, and any substation and/or interconnection expenses, and exclude financing.""},{""file"":""atb_2024_flat_file.csv"",""url"":""https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv"",""sha256"":""b0f0de40786350ba8dd5eec9023540f72ceeb8ab4478bc31abaf1c0d5eb20959"",""location"":""Land-Based Wind - Class 4 - Technology 1; Moderate; 2022; OCC, GCC"",""dollar_year"":""""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Cost scope overnight_plus_grid: rescaled to ATB overnight capital cost using ATB 2024 Moderate 2022 Land-Based Wind - Class 4 - Technology 1: OCC=1471.6 GCC=100.0 ($/kW); factor=0.9364.,,overnight_plus_grid +reeds,wind-ons,*,*,{},cf_improvement,2006,0.254511573225401,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2006],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2007,0.2711313550736,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2007],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2008,0.232796198265114,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2009,0.244035732142606,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2009],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2010,0.251651083752545,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2010],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2011,0.267398672238403,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2011],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2012,0.267838715732257,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2012],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2013,0.343110561186488,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2013],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2014,0.369627608244238,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2014],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2015,0.366395730356158,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2016,0.39609653621202,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2016],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2017,0.387227519031784,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2017],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2018,0.390518391130089,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2018],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2019,0.390454080328527,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2019],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2020,0.369564923996861,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2020],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2021,0.352919306124268,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2022,0.39153460411743,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2022],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},cf_improvement,2023,0.375271014838574,fraction,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2023],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""Capacity Factor in 2024 by COD"",""dollar_year"":"""",""notes"":""Calendar-year 2024 CF by commercial operation date; includes repowered projects with their new COD. Grouped pre-2006 vintages are excluded. Includes resource, aging, and operating effects.""}]",Observed capacity factor fraction; normalized to the current ATB reference during formatting.,, +reeds,wind-ons,*,*,{},fom,1999,36.08546487862966,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[1999],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2000,29.17883725852231,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2000],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2001,45.4897138315214,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2004,27.048719822727723,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2004],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2005,35.86812529666226,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2005],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2006,30.858844655595018,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2006],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2007,21.95134032936711,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2007],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2008,26.078199964874827,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2009,26.66525852188598,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2009],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2010,26.2838027813888,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2010],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2011,27.93532012044878,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2011],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2012,32.70663620733958,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2012],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2013,34.58905576597779,USD/kW-yr,2022,filled,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,"[2012, 2014]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator. Linear interpolation between source years.,, +reeds,wind-ons,*,*,{},fom,2014,36.47147532461601,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2014],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2015,30.185213847939135,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2016,24.595689327476347,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2016],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2017,27.281692817620645,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2017],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2018,21.938712089494153,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2018],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2019,16.970711597843373,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2019],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2020,22.46554665597933,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2020],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2021,22.47109495079251,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2022,12.534951443262221,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2022],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom,2023,19.169784317897822,USD/kW-yr,2022,real,lbnl_land_based_wind_2025.xlsx | deflator.csv,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx | https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv,[2023],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M Over Time"",""dollar_year"":""2024.0"",""notes"":""Unweighted mean by COD of project-average O&M over available 2000-2024 operating years, for projects reporting 2024 O&M. Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; not a new-build cost. Assigned wholly to FOM; VOM stays zero.""},{""file"":""deflator.csv"",""url"":""https://github.com/ReEDS-Model/ReEDS/blob/db6a1ba95836b649176fca50030e82a6b4cf9bb5/inputs/financials/deflator.csv"",""sha256"":""538d3afb409a3c89ce0f96a70867855f9bb64afa82776e875129b2547e329315"",""location"":""value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]"",""dollar_year"":""""}]",Reviewed source mapping; monetary values converted with the ReEDS deflator.,, +reeds,wind-ons,*,*,{},fom_index,2001,36.86204373060767,multiplier,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2001],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=35.5, age 2=36.1, age 3=38.9 for COD 1998-2004; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting.",, +reeds,wind-ons,*,*,{},fom_index,2008,24.83072150644796,multiplier,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2008],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=21.4, age 2=25.8, age 3=27.2 for COD 2005-2011; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting.",, +reeds,wind-ons,*,*,{},fom_index,2010,25.745282352469115,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2008, 2015]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=21.4, age 2=25.8, age 3=27.2 for COD 2005-2011; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2011,26.20256277547969,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2008, 2015]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=21.4, age 2=25.8, age 3=27.2 for COD 2005-2011; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2012,26.659843198490268,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2008, 2015]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=21.4, age 2=25.8, age 3=27.2 for COD 2005-2011; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2013,27.117123621500845,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2008, 2015]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=21.4, age 2=25.8, age 3=27.2 for COD 2005-2011; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2014,27.57440404451142,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2008, 2015]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=21.4, age 2=25.8, age 3=27.2 for COD 2005-2011; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2015,28.031684467522,multiplier,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2015],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting.",, +reeds,wind-ons,*,*,{},fom_index,2016,27.056926040458514,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2015, 2021]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2017,26.082167613395026,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2015, 2021]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2018,25.107409186331537,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2015, 2021]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2019,24.132650759268053,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2015, 2021]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2020,23.157892332204568,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,"[2015, 2021]","[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=26.0, age 2=29.9, age 3=28.1 for COD 2012-2018; year is the bin midpoint. Not a full-scope O&M level.""},{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Linear interpolation between source years.",, +reeds,wind-ons,*,*,{},fom_index,2021,22.18313390514108,multiplier,,real,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting.",, +reeds,wind-ons,*,*,{},fom_index,2022,22.18313390514108,multiplier,,filled,lbnl_land_based_wind_2025.xlsx,https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx,[2021],"[{""file"":""lbnl_land_based_wind_2025.xlsx"",""url"":""https://eta-publications.lbl.gov/sites/default/files/2025-08/data_file_land-based_wind_energy_technology_update_2025_edition.xlsx"",""page_url"":""https://emp.lbl.gov/publications/land-based-wind-energy-technology"",""sha256"":""1fdafd4a1512f954b830ee9df38232a2f426bffa19e132a4e874defd11776f19"",""location"":""O&M by Project Age"",""dollar_year"":""2024.0"",""notes"":""FOM index: mean of age 1=22.6, age 2=24.4, age 3=19.6 for COD 2019-2023; year is the bin midpoint. Not a full-scope O&M level.""}]","Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting. Nearest endpoint carried to this year.",, diff --git a/atb/manual_input/README.md b/atb/manual_input/README.md new file mode 100644 index 0000000..ab145b1 --- /dev/null +++ b/atb/manual_input/README.md @@ -0,0 +1,18 @@ +# Manual configuration inputs + +- `csp_cost_ratios_.csv`: ReEDS CSP configuration multipliers relative to + the 10-hour csp2 reference. +- `offshore_cost_multipliers_.csv`: ReEDS fixed/floating configuration + adjustments to ATB offshore costs. +- `coal_projection_overrides_.csv`: retained ReEDS coal values for + specified projection years (2024: 2033-2034). +- `nuclear_historical_projects.csv`: TVA and MIT capital-cost inputs and source + notes, prepared in `../historical/real.csv`. +- `offshore_historical_projects.csv`: completed US fixed-bottom projects (Block + Island 2016, CVOW pilot 2020, South Fork 2024) with reported costs and source + notes. Vineyard Wind 1 is omitted until it declares commercial operation. + Both project files share one schema and are registered in + `config.yaml` under `historical_cost_sources.project_files`. + +Historical values are consolidated in `../historical/manual.csv`, sourced from +ReEDS ATB 2024. Review year-specific projection inputs when updating ATB. diff --git a/atb/manual_input/coal_projection_overrides_2024.csv b/atb/manual_input/coal_projection_overrides_2024.csv new file mode 100644 index 0000000..8f5083f --- /dev/null +++ b/atb/manual_input/coal_projection_overrides_2024.csv @@ -0,0 +1,11 @@ +tech,Scenario,i,t,capcost,fom,vom,heatrate +coal,Moderate,Coal-IGCC,2033,5349.3,160.4,15.79,8.308 +coal,Moderate,Coal-IGCC,2034,5328.1,159.8,15.74,8.308 +coal,Moderate,Coal-new,2033,2991.2,81.7,8.83,8.205 +coal,Moderate,Coal-new,2034,2973.7,81.2,8.79,8.182 +coal-ccs,Advanced,coal-CCS_mod,2033,4399.4,116.3,13.23,9.588 +coal-ccs,Advanced,coal-CCS_mod,2034,4323.3,114.5,12.99,9.476 +coal-ccs,Conservative,coal-CCS_mod,2033,4723.8,123.6,15.49,10.938 +coal-ccs,Conservative,coal-CCS_mod,2034,4674.7,122.4,15.44,10.938 +coal-ccs,Moderate,coal-CCS_mod,2033,4561.6,119.9,14.36,10.319 +coal-ccs,Moderate,coal-CCS_mod,2034,4499.0,118.5,14.22,10.263 diff --git a/atb/manual_input/csp_cost_ratios_2024.csv b/atb/manual_input/csp_cost_ratios_2024.csv new file mode 100644 index 0000000..0efeb29 --- /dev/null +++ b/atb/manual_input/csp_cost_ratios_2024.csv @@ -0,0 +1,5 @@ +type,duration,solar_multiple,ratio,base_tech +csp1,14,2.7,1.120642878353,0 +csp2,10,2.4,1,1 +csp3,8,1.3,0.709285122138,0 +csp4,6,1,0.612585771590,0 diff --git a/atb/manual_input/nuclear_historical_projects.csv b/atb/manual_input/nuclear_historical_projects.csv new file mode 100644 index 0000000..d72a94e --- /dev/null +++ b/atb/manual_input/nuclear_historical_projects.csv @@ -0,0 +1,3 @@ +project,year,reported_total_usd,capacity_mw,reported_usd_per_kw,dollar_year,price_basis,cost_scope,capacity_basis,statistic,sample_count,source_page_url,source_data_url,source_location,notes +Watts Bar Unit 2,2016,4700000000,1150,,2016,nominal_completion_year_proxy,installed_with_financing,summer_net,project_proxy,1,https://www.tva.com/Newsroom/Watts-Bar-2-Project,https://www.tva.com/newsroom/watts-bar-2-project/vital-statistics,Completion announcement 2016-10-19; Vital Statistics - Plant design,TVA reports a completed USD 4.7 billion capital construction project and 1150 MW summer net capability. Calculated cost=4700000000/(1150*1000). Provisional completion-project proxy: earlier sunk costs and construction financing have not been reconciled to a full overnight cost. Treating cumulative reported spending as 2016 dollars is an explicit approximation; TVA does not establish a constant-dollar basis. Capacity is summer net rather than nameplate. This is not a representative new-build cost or a national annual average. SHA256 identifies the reviewed CSV extract rather than the external publications. +Vogtle Units 3 and 4,2024,,,15000,2024,real,overnight,as_reported_by_MIT,project_reconstruction,2,https://www.georgiapower.com/news-hub/press-releases/vogtle-unit-4-enters-commercial-operation.html,https://canes.mit.edu/hubfs/ANP201%20TR%20CANES.pdf,MIT-ANP-TR-201 July 2024 Section II p.11 Overnight Cost,MIT reconstructs approximately USD 11000/kW from project finances and estimated spending timing then adjusts expenditures with annual CPI to approximately USD 15000/kW in 2024 dollars. Use the inflation-adjusted overnight estimate including owner costs and excluding financing; do not apply another project-period inflation adjustment. It scales Georgia Power finances to the whole project and is an analytical reconstruction rather than an audited all-owner total. Retain the report's per-kW capacity convention without asserting a nameplate conversion. Unit 3 COD is 2023-07-31 and Unit 4 COD is 2024-04-29. One combined project anchor is assigned to completion year 2024; 2023 is not an independent observed cost. The report's future AP1000 cost reductions and modeled O&M are excluded. SHA256 identifies the reviewed CSV extract rather than the external publications. diff --git a/atb/manual_input/offshore_cost_multipliers_2024.csv b/atb/manual_input/offshore_cost_multipliers_2024.csv new file mode 100644 index 0000000..af02848 --- /dev/null +++ b/atb/manual_input/offshore_cost_multipliers_2024.csv @@ -0,0 +1,3 @@ +turbine,capcost,fom +fixed,1.190671038860,1.002655373133 +floating,1.372107839750,0.978659140911 diff --git a/atb/manual_input/offshore_cost_multipliers_2025.csv b/atb/manual_input/offshore_cost_multipliers_2025.csv new file mode 100644 index 0000000..af02848 --- /dev/null +++ b/atb/manual_input/offshore_cost_multipliers_2025.csv @@ -0,0 +1,3 @@ +turbine,capcost,fom +fixed,1.190671038860,1.002655373133 +floating,1.372107839750,0.978659140911 diff --git a/atb/manual_input/offshore_historical_projects.csv b/atb/manual_input/offshore_historical_projects.csv new file mode 100644 index 0000000..4e3fa87 --- /dev/null +++ b/atb/manual_input/offshore_historical_projects.csv @@ -0,0 +1,4 @@ +project,year,reported_total_usd,capacity_mw,reported_usd_per_kw,dollar_year,price_basis,cost_scope,capacity_basis,statistic,sample_count,source_page_url,source_data_url,source_location,notes +Block Island Wind Farm,2016,343000000,30,,2016,nominal_completion_year_proxy,overnight_plus_grid,nameplate,project_reported,1,https://atomicinsights.com/first-offshore-wind-farm-us-completed-details-foak-costs-schedule/,https://www.blockislandtimes.com/article/block-island-gets-connected/46801,Atomic Insights project tally paragraph; Block Island Times sea2shore article,"Five-turbine 30 MW pilot in Rhode Island state waters; commercial operation December 2016. Reported complete-project tally of USD 451 million comprises 225 million equipment/construction/installation, 118 million design/legal/permitting, and 108 million for the undersea cable to the mainland grid. That mainland cable (sea2shore, USD 107 million) is a National Grid transmission asset rather than part of the wind farm, so it is removed: 451-108=343 million for the wind farm including Deepwater Wind's own array/export cable to Block Island and owner costs. Construction financing is not separately identified; a USD 290 million construction debt facility (March 2015) is reported separately and is not used. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2016 completion year as an approximation." +Coastal Virginia Offshore Wind pilot,2020,300000000,12,,2020,nominal_estimate,overnight_plus_grid,nameplate,project_estimate,1,https://www.offshore-mag.com/renewable-energy/article/14188769/coastal-virginia-offshore-wind-propels-emerging-us-offshore-wind-market,https://www.boem.gov/renewable-energy/state-activities/coastal-virginia-offshore-wind-project-cvow-research-project,Offshore Magazine 2020-12-09 cost sentence; BOEM CVOW research project page,"Two-turbine 12 MW research project 27 miles off Virginia Beach; fully operational since fall 2020 per BOEM. Offshore Magazine (2020-12-09) reports the pilot is estimated to cost USD 300 million; no audited final cost was located. The project includes the export cable to the company substation near Camp Pendleton, so grid connection is inside the figure. Utility-owned; whether financing during construction is inside the estimate is not stated. Pilot scale; not a representative commercial-scale cost. Nominal dollars assigned to the 2020 completion year as an approximation." +South Fork Wind,2024,2000000000,132,,2024,nominal_completion_year_proxy,overnight_plus_grid,nameplate,project_reported,1,https://rpa.org/news/lab/spotlight-on-energy-infrastructure-south-fork-wind-the-promise-of-what-could-be-south-fork-wind-spotlight,https://us.orsted.com/news-archive/2024/03/south-fork-wind-powers-up-new-era-for-american-clean-energy,RPA spotlight cost paragraph; Orsted completion release 2024-03-14,"Twelve-turbine 132 MW project off Long Island; completion announced 2024-03-14. RPA reports the construction estimate rose from USD 740 million to about USD 2 billion under pandemic supply-chain constraints; the developers have not published an audited total, so this is a press-reported round figure. The project built its own export cable and onshore interconnection at Wainscott, so grid connection is inside the figure; financing during construction is not separately identified. First commercial-scale US offshore project. Nominal dollars assigned to the 2024 completion year as an approximation." diff --git a/atb/plot_style/colors.json b/atb/plot_style/colors.json new file mode 100644 index 0000000..ee37091 --- /dev/null +++ b/atb/plot_style/colors.json @@ -0,0 +1,34 @@ +{ + "UtilityPV":{"Class5":"C0"}, + "Nuclear":{"Nuclear - Large":"C0", + "Nuclear - Small":"C1", + "Nuclear - Microreactor":"C2"}, + "LandbasedWind":{"Class5":"C0"}, + "Biopower":{"Dedicated":"C0"}, + "CSP":{"Class3":"C0"}, + "Utility-Scale Battery Storage": {"2Hr Battery Storage":"C0", + "4Hr Battery Storage":"C1", + "6Hr Battery Storage":"C2", + "8Hr Battery Storage":"C3", + "10Hr Battery Storage":"C4"}, + "NaturalGas_FE": {"NG 1-on-1 Combined Cycle (H-Frame)":"C0", + "NG 2-on-1 Combined Cycle (F-Frame)":"C1", + "NG 2-on-1 Combined Cycle (H-Frame)":"C2", + "NG 1-on-1 Combined Cycle (H-Frame) 95% CCS":"C3", + "NG 1-on-1 Combined Cycle (H-Frame) 97% CCS":"C4", + "NG 2-on-1 Combined Cycle (F-Frame) 95% CCS":"C5", + "NG 2-on-1 Combined Cycle (F-Frame) 97% CCS":"C6", + "NG 2-on-1 Combined Cycle (H-Frame) 95% CCS":"C7", + "NG 2-on-1 Combined Cycle (H-Frame) 97% CCS":"C8", + "NG Combustion Turbine (F-Frame)":"C9"}, + "Coal_FE": {"Coal-new":"C0", + "Coal-IGCC":"C1", + "Coal-95%-CCS":"C2", + "Coal-IGCC-90%-CCS":"C3"}, + "Geothermal": {"HydroBinary":"C0", + "HydroFlash":"C1", + "NFEGSBinary":"C2", + "NFEGSFlash":"C3", + "DeepEGSBinary":"C4", + "DeepEGSFlash":"C5"} + } \ No newline at end of file diff --git a/atb/plot_style/tracelabels.json b/atb/plot_style/tracelabels.json new file mode 100644 index 0000000..877f123 --- /dev/null +++ b/atb/plot_style/tracelabels.json @@ -0,0 +1,38 @@ +{ + "UtilityPV":{"Class5":"_nolabel_"}, + "Nuclear":{"Nuclear - Large":"Nuclear - Large", + "Nuclear - Small":"Nuclear - Small", + "Nuclear - Microreactor":"Nuclear - Microreactor"}, + "LandbasedWind":{"Class5":"_nolabel_"}, + "Biopower":{"Dedicated":"_nolabel_"}, + "CSP":{"Class3":"_nolabel_"}, + "Utility-Scale Battery Storage":{"2Hr Battery Storage":"2", + "4Hr Battery Storage":"4", + "6Hr Battery Storage":"6", + "8Hr Battery Storage":"8", + "10Hr Battery Storage":"10"}, + "OffShoreWind":{"Class1":"1","Class2":"2","Class3":"3","Class4":"4", + "Class5":"5","Class6":"6","Class7":"7","Class8":"8", + "Class9":"9","Class10":"10","Class11":"11","Class12":"12", + "Class13":"13","Class14":"14"}, + "NaturalGas_FE": {"NG 1-on-1 Combined Cycle (H-Frame)":"1x1 CC (H-Frame)", + "NG 2-on-1 Combined Cycle (F-Frame)":"2x1 CC (F-Frame)", + "NG 2-on-1 Combined Cycle (H-Frame)":"2x1 CC (H-Frame)", + "NG 1-on-1 Combined Cycle (H-Frame) 95% CCS":"1x1 CC-CCS 95% (H-Frame)", + "NG 1-on-1 Combined Cycle (H-Frame) 97% CCS":"1x1 CC-CCS 97% (H-Frame)", + "NG 2-on-1 Combined Cycle (F-Frame) 95% CCS":"2x1 CC-CCS 95% (F-Frame)", + "NG 2-on-1 Combined Cycle (F-Frame) 97% CCS":"2x1 CC-CCS 97% (F-Frame)", + "NG 2-on-1 Combined Cycle (H-Frame) 95% CCS":"2x1 CC-CCS 95% (F-Frame)", + "NG 2-on-1 Combined Cycle (H-Frame) 97% CCS":"2x1 CC-CCS 95% (F-Frame)", + "NG Combustion Turbine (F-Frame)":"CT (F-Frame)"}, + "Coal_FE": {"Coal-new":"Coal-new", + "Coal-IGCC":"Coal-IGCC", + "Coal-95%-CCS":"Coal-CCS 95%", + "Coal-IGCC-90%-CCS":"Coal-CCS 90%"}, + "Geothermal": {"HydroBinary":"HydroBinary", + "HydroFlash":"HydroFlash", + "NFEGSBinary":"NFEGSBinary", + "NFEGSFlash":"NFEGSFlash", + "DeepEGSBinary":"DeepEGSBinary", + "DeepEGSFlash":"DeepEGSFlash"} + } \ No newline at end of file diff --git a/atb/plot_style/traces_2024.json b/atb/plot_style/traces_2024.json new file mode 100644 index 0000000..0062642 --- /dev/null +++ b/atb/plot_style/traces_2024.json @@ -0,0 +1,28 @@ +{ + "UtilityPV":["Class5"], + "Nuclear":["Nuclear - Large", "Nuclear - Small"], + "LandbasedWind":["Class5"], + "Biopower":["Dedicated"], + "CSP":["Class3"], + "Utility-Scale Battery Storage": ["2Hr Battery Storage", + "4Hr Battery Storage", + "6Hr Battery Storage", + "8Hr Battery Storage", + "10Hr Battery Storage"], + "OffShoreWind": ["Class1","Class2","Class3","Class4", + "Class5","Class6","Class7","Class8", + "Class9","Class10","Class11","Class12", + "Class13","Class14"], + "Coal_FE": ["Coal-new","Coal-IGCC","Coal-95%-CCS","Coal-IGCC-90%-CCS"], + "Geothermal": ["HydroBinary","HydroFlash","NFEGSBinary","NFEGSFlash","DeepEGSBinary","DeepEGSFlash"], + "NaturalGas_FE": ["NG 1-on-1 Combined Cycle (H-Frame)", + "NG 2-on-1 Combined Cycle (F-Frame)", + "NG 2-on-1 Combined Cycle (H-Frame)", + "NG 1-on-1 Combined Cycle (H-Frame) 95% CCS", + "NG 1-on-1 Combined Cycle (H-Frame) 97% CCS", + "NG 2-on-1 Combined Cycle (F-Frame) 95% CCS", + "NG 2-on-1 Combined Cycle (F-Frame) 97% CCS", + "NG 2-on-1 Combined Cycle (H-Frame) 95% CCS", + "NG 2-on-1 Combined Cycle (H-Frame) 97% CCS", + "NG Combustion Turbine (F-Frame)"] + } \ No newline at end of file diff --git a/atb/scraped_input/README.md b/atb/scraped_input/README.md new file mode 100644 index 0000000..5d56684 --- /dev/null +++ b/atb/scraped_input/README.md @@ -0,0 +1,17 @@ +# Raw download cache + +- `atb__flat_file.csv` and `atb__workbook.xlsx`: current projection + inputs downloaded by `scripts/future_atb_scraper.py`. +- `historical_costs/`: observed-source downloads, normalized observations, + and their source manifest. +- `historical_atb/`: archived ATB downloads, release-minus-two estimates, + and their source manifest. +- `reeds_source//`: ReEDS repository files fetched at the commit pinned in + `reeds_source.ref` (baseline plant characteristics, `dollaryear.csv`, and the + financial deflator). The ref is part of the path, so changing it fetches fresh + copies instead of reusing another version's files. + +`historical_data_scraper.py` maintains the historical caches and prepares the +versioned CSVs in `../historical/`. These raw caches are ignored by Git and are +not needed to use the prepared history. Keep them to rebuild with +`--no-download`; use `--force` to refresh public downloads. diff --git a/atb/scripts/README.md b/atb/scripts/README.md new file mode 100644 index 0000000..99fb61c --- /dev/null +++ b/atb/scripts/README.md @@ -0,0 +1,19 @@ +# ATB scripts + +| File | Role | +| --- | --- | +| `future_atb_scraper.py` | Download the configured future ATB flat file and workbook. | +| `historical_data_scraper.py` | Download historical sources and prepare the three versioned historical tables. | +| `run_pipeline.py` | Run formatting, plotting, and comparisons from local inputs. | +| `generate_atb_files.py` | Format projections and merge selected history. | +| `historical_data.py` | Validate, select, and apply prepared history. | +| `observed_sources.py`, `real_history_sources.py` | Extract observations and calculate mapped real series. | +| `archived_sources.py`, `historical_atb.py` | Extract and map archived ATB estimates. | +| `battery_workbook.py` | Extract battery power/energy capital components. | +| `downloads.py`, `atb_config.py` | Shared download and configuration helpers. | +| `atb_plotting.py` | Plot the current ATB flat file. | +| `settings.yaml` | Internal technology mappings and ReEDS output schemas. | + +User choices belong in `../config.yaml`. In `settings.yaml`, `reeds_name` +controls output file prefixes and `output_cols` controls final column names +and order; both must agree with the ReEDS input format. diff --git a/atb/scripts/archived_sources.py b/atb/scripts/archived_sources.py new file mode 100644 index 0000000..d1c1780 --- /dev/null +++ b/atb/scripts/archived_sources.py @@ -0,0 +1,302 @@ +"""Download ATB vintages and retain their release-year-minus-two estimates.""" + +import hashlib +import json +import re +import shutil + +import numpy as np +import openpyxl +import pandas as pd + +from atb_config import raw_file_path, resolve_atb_path +from historical_atb import PARAMETERS, archive_path, technology_series +from downloads import download_file + + +WORKBOOK_METRICS = { + 'Overnight Capital Cost': 'capcost', + 'Fixed Operation and Maintenance Expenses': 'fom', + 'Variable Operation and Maintenance Expenses': 'vom', + 'Net Capacity Factor': 'cf_improvement', + 'Heat Rate': 'heatrate', +} +UNITS = {'capcost': 'USD/kW', 'capcost_energy': 'USD/kWh', + 'fom': 'USD/kW-yr', 'fom_energy': 'USD/kWh-yr', + 'vom': 'USD/MWh', 'heatrate': 'MMBtu/MWh', + 'cf_improvement': 'fraction', 'rte': 'fraction'} + + +def record(target, metric, value, vintage, source, location, detail, notes=''): + if target[0] in ('wind-ons', 'wind-ofs') and vintage <= 2022: + notes = (f'{notes} Resource-class history uses the vintage-specific turbine design; ' + 'it does not assume the ATB 2024 turbine dimensions.').strip() + if 2022 <= vintage <= 2023 and target[1] in ('Gas-CC_H_2x1', 'Gas-CC_H_2x1-CCS_mod'): + assumption_row = 14 if target[0] == 'gas' else (18 if vintage == 2022 else 16) + notes = (f'{notes} H-frame maps to 2x1 per ATB {vintage} workbook ' + f'Natural Gas_FE!K{assumption_row} and ' + f'https://atb.nlr.gov/electricity/{vintage}/fossil_energy_technologies; ' + 'the separate 1x1 design was introduced in ATB 2024.').strip() + return dict(technology=target[0], series=target[1], metric=metric, + year=vintage - 2, atb_year=vintage, dollar_year=source['dollar_year'], + value=float(value), unit=UNITS[metric], scenario='Moderate', + source_file=source['filename'], source_url=source['url'], + source_location=location, source_technology=detail, notes=notes) + + +def extract_workbook(path, vintage, source): + """Read cached cells; macros and formulas are never executed.""" + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + records = [] + try: + if vintage >= 2017: + title = str(workbook[workbook.sheetnames[0]]['E2'].value) + if str(vintage) not in title: + raise ValueError(f'{path.name}: expected ATB {vintage}, found {title!r}.') + for sheet in workbook: + if sheet.title not in { + 'Conventional - Coal', 'Conventional - Gas', 'Conventional - Biopower', + 'Conventional - Nuclear', 'Coal', 'Natural Gas', 'Coal_FE', + 'Natural Gas_FE', 'Nuclear', 'Biopower', 'Solar - CSP', + 'Solar - Utility PV', 'Land-Based Wind', 'Offshore Wind', + }: + continue + rows = list(sheet.iter_rows(max_col=20, values_only=True)) + basis = [value for row in rows[:20] for j, cell in enumerate(row[:-4]) + if str(cell).strip() in ('Basis Year:', 'Base Year:') + for value in row[j + 1:j + 5] + if isinstance(value, (int, float)) and 1900 <= value <= 2100] + if basis != [vintage - 2]: + raise ValueError(f'{path.name}/{sheet.title}: unexpected base year {basis}.') + metric = None + base_column = None + for row_number, row in enumerate(rows, 1): + if vintage <= 2020 and any('Future Projections' in str(v) for v in row[:10]): + break + if vintage >= 2021: + year_columns = [i for i in range(11, 19) + if row[i] == vintage - 2 and row[i + 1] == vintage - 1] + if year_columns: + base_column = year_columns[0] + metric = None + continue + if base_column is None: + continue + else: + base_column = 11 + if row[9] is not None: + metric = next((m for prefix, m in WORKBOOK_METRICS.items() + if str(row[9]).startswith(prefix)), None) + if metric is None or not isinstance(row[10], str): + continue + if vintage == 2021 and not re.search(r'-\s*Moderate$', row[10]): + continue + if vintage >= 2022 and row[11] != 'Moderate': + continue + value = row[base_column] + if not isinstance(value, (int, float)) or not np.isfinite(value): + continue + if metric in ('capcost', 'heatrate', 'cf_improvement') and value <= 0: + continue + target = technology_series(sheet.title, row[10], vintage) + if target: + cell = f'{sheet.title}!{openpyxl.utils.get_column_letter(base_column + 1)}{row_number}' + records.append(record(target, metric, value, vintage, source, cell, row[10])) + finally: + workbook.close() + return records + + +def extract_flat(path, vintage, source): + data = pd.read_csv(path, low_memory=False) + if set(pd.to_numeric(data.atb_year).unique()) != {vintage}: + raise ValueError(f'{path.name} does not contain ATB {vintage}.') + cases = data.groupby('technology').core_metric_case.agg(set).map( + lambda available: next((name for name in ('Market', 'Exp', 'R&D') + if name in available), None) + ) + if cases.isna().any(): + raise ValueError(f'{path.name}: unrecognized ATB financial cases.') + data = data.loc[ + pd.to_numeric(data.core_metric_variable, errors='coerce').eq(vintage - 2) + & data.core_metric_case.eq(data.technology.map(cases)) + & pd.to_numeric(data.crpyears, errors='coerce').eq(30) + & data.scenario.eq('Moderate') + & data.core_metric_parameter.isin(PARAMETERS) + ] + records = [] + for index, row in data.iterrows(): + detail = row.get('display_name', row.techdetail) + target = technology_series(row.technology, detail, vintage) + if not target: + continue + metric = PARAMETERS[row.core_metric_parameter] + value = float(row.value) + unit = str(row.units).lower() + expected = {'capcost': '$/kw', 'fom': '$/kw-yr', 'vom': '$/mwh', + 'heatrate': 'mmbtu/mwh', 'cf_improvement': '%', 'rte': '%'}[metric] + if unit not in (expected, 'nan'): + raise ValueError(f'{path.name}: unexpected {metric} unit {row.units!r}.') + # ATBe labels CF as percent, but stores fractions. + if metric in ('cf_improvement', 'rte') and not 0 < value <= 1: + raise ValueError(f'{path.name}: invalid {metric} fraction {value}.') + if not np.isfinite(value) or value < 0: + raise ValueError(f'{path.name}: invalid {metric} value {value}.') + records.append(record(target, metric, value, vintage, source, + f'CSV row {index + 2}', detail, + f'Case: {row.core_metric_case}. ' + ( + 'Unit from ATB parameter definition; CSV unit blank.' if unit == 'nan' else ''))) + return records + + +def extract_battery(path, vintage, source): + from battery_workbook import extract_battery_costs + base_year = vintage - 2 + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + try: + sheet = next(workbook[name] for name in ( + 'Utility-Scale Battery Storage', 'Utility-Scale Battery - Expand', 'Storage' + ) if name in workbook.sheetnames) + sheet_name = sheet.title + rows = list(sheet.iter_rows(max_col=20, values_only=True)) + finally: + workbook.close() + header = next((row for row in rows if any( + row[i] == base_year and row[i + 1] == base_year + 1 + for i in range(len(row) - 1))), None) + if header is None: + raise ValueError(f'{path.name}: battery base year {base_year} is absent.') + base_column = header.index(base_year) + if vintage == 2020: + costs = {row[10]: (n, row[base_column]) for n, row in enumerate(rows, 1) + if row[10] in ('2Hr Battery Storage - Moderate', '4Hr Battery Storage - Moderate') + and n < 17} + two_row, two = costs['2Hr Battery Storage - Moderate'] + four_row, four = costs['4Hr Battery Storage - Moderate'] + energy = (four - two) / 2 + values = {'capcost': two - 2 * energy, 'capcost_energy': energy} + location = f'{sheet_name}!L{two_row},L{four_row}' + notes = ('Calculated battery components: E=(C4-C2)/(4-2); P=C2-2*E; ' + 'C(h)=P+h*E from ATB 2-hour and 4-hour system costs.') + else: + components = extract_battery_costs(path) + if base_year not in components: + raise ValueError(f'{path.name}: battery base year {base_year} is absent.') + values = components.loc[components.Scenario.eq('Moderate')].set_index('cost')[base_year].to_dict() + notes = '' + records = [] + for metric, value in values.items(): + if vintage != 2020: + location = f'{sheet_name}: {metric}, Moderate, {base_year}' + if not np.isfinite(value) or value <= 0: + raise ValueError(f'{path.name}: invalid battery {metric} for {base_year}.') + records.append(record(('battery', 'battery_li'), metric, value, + vintage, source, location, 'Battery components', notes)) + records.append(record(('battery', 'battery_li'), metric.replace('capcost', 'fom'), + value * 0.025, vintage, source, location, + 'Battery components', (notes + ' ReEDS FOM convention: 2.5% of capital component.').strip())) + metric = None + label_column = 10 if vintage == 2020 else 4 + for n, row in enumerate(rows, 1): + year_columns = [i for i in range(len(row) - 1) + if row[i] == base_year and row[i + 1] == base_year + 1] + if year_columns: + base_column = year_columns[0] + metric = None + continue + label = row[label_column - 1] + if label is not None: + metric = {'Variable Operation and Maintenance Expenses ($/MWh)': 'vom', + 'Round-Trip Efficiency': 'rte'}.get(str(label).strip()) + detail = str(row[label_column]).strip() + if metric is None or '2Hr' not in detail: + continue + if not (detail.endswith(' - Moderate') if vintage <= 2021 else row[label_column + 1] == 'Moderate'): + continue + value = row[base_column] + if not isinstance(value, (int, float)) or not np.isfinite(value) or value < 0: + raise ValueError(f'{path.name}: invalid battery {metric} for {base_year}.') + if metric == 'rte' and not 0 < value <= 1: + raise ValueError(f'{path.name}: invalid battery efficiency {value}.') + location = f'{sheet_name}!{openpyxl.utils.get_column_letter(base_column + 1)}{n}' + records.append(record(('battery', 'battery_li'), metric, value, + vintage, source, location, detail)) + if {row['metric'] for row in records} != {'capcost', 'capcost_energy', 'fom', 'fom_energy', 'vom', 'rte'}: + raise ValueError(f'{path.name}: incomplete battery base-year parameters.') + return records + + +def scrape(config, force=False, no_download=False): + options = config['historical_atb'] + directory = resolve_atb_path(options['directory']) + directory.mkdir(parents=True, exist_ok=True) + releases = {int(year): entries for year, entries in options['releases'].items() + if int(year) < config['atb']['year']} + manifest_path = directory / 'source_manifest.csv' + if manifest_path.is_file(): + previous = pd.read_csv(manifest_path) + for vintage, entries in previous.groupby('atb_year'): + if int(vintage) < config['atb']['year'] and int(vintage) not in releases: + releases[int(vintage)] = entries[ + ['filename', 'url', 'dollar_year', 'format'] + ].to_dict('records') + prepared_config = config['historical_data'] + prepared_path = resolve_atb_path(prepared_config['directory']) / prepared_config['atb_filename'] + if prepared_path.is_file(): + prepared = pd.read_csv(prepared_path, keep_default_na=False) + for vintage, entries in prepared.groupby('atb_year'): + if int(vintage) >= config['atb']['year'] or int(vintage) in releases: + continue + sources = {} + for encoded in entries.sources: + source = json.loads(encoded)[0] + sources[source['file']] = dict(filename=source['file'], url=source['url'], + dollar_year=source['dollar_year'], format=source['format']) + releases[int(vintage)] = list(sources.values()) + # Retain the current release for the next annual preparation run. + current = config['atb']['year'] + releases[current] = [] + for kind in ('flat_file', 'workbook'): + original = raw_file_path(config, kind) + if not original.is_file(): + raise FileNotFoundError(f'Current ATB input missing: {original}. Run future_atb_scraper.py first.') + filename = f'atb_{current}_{kind}{original.suffix}' + destination = directory / filename + if original.resolve() != destination.resolve(): + shutil.copy2(original, destination) + releases[current].append(dict( + filename=filename, url=config['raw_data'][kind]['url'], + dollar_year=config['atb']['dollar_year'], + format='flat' if kind == 'flat_file' else 'battery', + )) + records, manifest = [], [] + for vintage, entries in sorted(releases.items()): + for source in entries: + path = directory / source['filename'] + if not no_download: + download_file(source['url'], path, force=force and vintage != current, + allow_insecure_ssl_fallback=config['raw_data'].get('allow_insecure_ssl_fallback', False)) + if not path.is_file(): + raise FileNotFoundError(f'Archived ATB input missing: {path}') + extract = {'workbook': extract_workbook, 'flat': extract_flat, + 'battery': extract_battery}[source['format']] + extracted = extract(path, vintage, source) + if not extracted: + raise ValueError(f'No base-year estimates extracted from {path}.') + records.extend(extracted) + if source['format'] == 'workbook' and vintage >= 2020: + records.extend(extract_battery(path, vintage, source)) + manifest.append(dict(atb_year=vintage, base_year=vintage - 2, **source, + sha256=hashlib.sha256(path.read_bytes()).hexdigest())) + data = pd.DataFrame(records) + keys = ['technology', 'series', 'metric', 'year'] + if data.duplicated(keys).any(): + raise ValueError(f'Duplicate archived estimates:\n{data.loc[data.duplicated(keys, keep=False), keys]}') + data = data.sort_values(keys).reset_index(drop=True) + temporary = archive_path(config).with_suffix('.csv.part') + data.to_csv(temporary, index=False, lineterminator='\n') + temporary.replace(archive_path(config)) + pd.DataFrame(manifest).to_csv(directory / 'source_manifest.csv', index=False, lineterminator='\n') + print(f'Saved {len(data)} ATB base-year estimates to {archive_path(config)}') + return data + diff --git a/atb/scripts/atb_config.py b/atb/scripts/atb_config.py new file mode 100644 index 0000000..85acf03 --- /dev/null +++ b/atb/scripts/atb_config.py @@ -0,0 +1,84 @@ +"""Shared configuration and path helpers for the ATB workflow.""" + +from pathlib import Path + +import yaml + + +SCRIPT_DIR = Path(__file__).resolve().parent +ATB_DIR = SCRIPT_DIR.parent +DEFAULT_CONFIG_PATH = ATB_DIR / "config.yaml" +TECH_SETTINGS_PATH = SCRIPT_DIR / "settings.yaml" + +ATBE_COLUMN_MAPPING = { + "core_metric_parameter": "Parameter", + "core_metric_case": "Case", + "tax_credit_case": "TaxCreditCase", + "crpyears": "CRPYears", + "technology": "Technology", + "technology_alias": "TechnologyAlias", + "techdetail": "TechDetail", + "techdetail2": "TechDetail2", + "resourcedetail": "ResourceDetail", + "display_name": "DisplayName", + "scenario": "Scenario", + "core_metric_variable": "variable", +} + + +def load_config(config_path=None): + """Load the user-facing workflow configuration.""" + path = Path(config_path).resolve() if config_path else DEFAULT_CONFIG_PATH + with path.open(encoding="utf-8") as stream: + config = yaml.safe_load(stream) + config["_config_path"] = str(path) + return config + + +def resolve_atb_path(value): + """Resolve an absolute path or a path relative to the atb directory.""" + path = Path(value) + return path if path.is_absolute() else ATB_DIR / path + + +def raw_file_path(config, kind): + """Return the configured local path for ``flat_file`` or ``workbook``.""" + raw = config["raw_data"] + return resolve_atb_path(raw["directory"]) / raw[kind]["filename"] + + +def load_processing_settings(config_path=None): + """Merge user config with the internal per-technology settings.""" + config = load_config(config_path) + with TECH_SETTINGS_PATH.open(encoding="utf-8") as stream: + settings = yaml.safe_load(stream) + + processing = config["processing"] + processing.setdefault('smooth_cost_curves', {}).setdefault( + 'projection_start_year', int(config['atb']['year']) - 2) + cases = processing.get('atb_case_overrides', {}) + unknown = set(cases) - set(settings['techs']) + if unknown: + raise ValueError(f'Unknown ATB case override technologies: {sorted(unknown)}') + for tech, rules in settings['techs'].items(): + case = cases.get(tech, processing.get('atb_case')) + if case is not None: + rules['subset_rows']['Case'] = case + history = config["historical_data"] + settings.update( + { + "atbyear": config["atb"]["year"], + "dollaryear": config["atb"]["dollar_year"], + "reedspath": str(Path(processing["reeds_repo"])), + "copy_to_reeds": bool(processing["copy_to_reeds"]), + "reeds_start_year": int(processing["reeds_start_year"]), + "decimals": int(processing["decimals"]), + "output_dir": str(resolve_atb_path(processing["output_directory"])), + "flat_file_path": str(raw_file_path(config, "flat_file")), + "workbook_path": str(raw_file_path(config, "workbook")), + "history_dir": str(resolve_atb_path(history["directory"])), + "history_dollar_year": int(history["dollar_year"]), + "config": config, + } + ) + return settings diff --git a/atb/atb_plotting.py b/atb/scripts/atb_plotting.py similarity index 80% rename from atb/atb_plotting.py rename to atb/scripts/atb_plotting.py index 5ca66ba..3cf4a32 100644 --- a/atb/atb_plotting.py +++ b/atb/scripts/atb_plotting.py @@ -8,47 +8,50 @@ import json import argparse -# Get reedsplots from ReEDS repo -reeds_path = os.path.expanduser('~/Documents/Github/ReEDS/ReEDS') -sys.path.append(reeds_path) -from reeds import plots -plots.plotparams() +from atb_config import ATB_DIR, load_config, raw_file_path, resolve_atb_path -############################################################################################################# +############################################################################################################# def main(): ########################################## USER-DEFINED INPUTS ########################################## parser = argparse.ArgumentParser(description="Plotting ATB") - parser.add_argument('--version', '-v', type=int, required=True, + parser.add_argument('--config', help='Path to the shared ATB workflow config.') + parser.add_argument('--version', '-v', type=int, help='version of ATB to plot.') - parser.add_argument('--metric', '-m', type=str, default='CAPEX', + parser.add_argument('--metric', '-m', type=str, help='metric to plot, default is CAPEX, other options are Fixed O&M and Variable O&M') - parser.add_argument('--crpyears', '-y', type=int, default=20, + parser.add_argument('--crpyears', '-y', type=int, help='crpyears, default is 20') - parser.add_argument('--inputs', '-i', type=str, default='url', + parser.add_argument('--inputs', '-i', type=str, help='where to look for the ATBe csv input file to plot, options are url and local') - parser.add_argument('--format', '-f', type=str, default='png', + parser.add_argument('--format', '-f', type=str, help='format of output plots, options are .png and .pdf') parser.add_argument('--save', '-s', action="store_true", help='save cleaned ATB data used for plotting to csv.') args = parser.parse_args() - - atb_version = args.version # ATB version - core_metric_parameter = args.metric # Metric to plot: 'CAPEX', 'Fixed O&M','Variable O&M' - crpyears = args.crpyears # crpyears - atb_inputs = args.inputs # Read in ATBe.csv input file from 'url' or 'local' inputs folder + config = load_config(args.config) + # Use the existing workflow paths; the plotting functions below are An's. + global plots + sys.path.append(str(resolve_atb_path(config['processing']['reeds_repo']))) + from reeds import plots + plots.plotparams() + + atb_version = args.version or config['atb']['year'] # ATB version + core_metric_parameters = [args.metric] if args.metric else config['plotting']['metrics'] # Metric to plot: 'CAPEX', 'Fixed O&M','Variable O&M' + crpyears = args.crpyears or config['plotting']['crp_years'] # crpyears + atb_inputs = args.inputs # Read in ATBe.csv input file from 'url' or 'local' inputs folder # (if a version of ATB is not yet available online, read from 'inputs') # Link to past ATBe versions: https://data.openei.org/s3_viewer?bucket=oedi-data-lake&prefix=ATB%2Felectricity%2Fcsv%2F&limit=50 # 2024 atb_path = 'https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv' # 2025 atb is not yet available online, so only option is reading it from inputs folder. - figure_format = args.format # 'png' or 'pdf' + figure_format = args.format or config['plotting']['figure_format'] # 'png' or 'pdf' save_data = args.save # Save the version of ATBe that has been cleaned and ready for plotting to csv - + ######################################### FOR TESTING/DEBUGGING ######################################### # atb_version = 2024 # ATB version # core_metric_parameter = 'CAPEX' # Metric to plot: 'CAPEX', 'Fixed O&M','Variable O&M' # crpyears = 20 - # atb_inputs = 'url' # Read in ATBe.csv input file from 'url' or 'local' inputs folder + # atb_inputs = 'url' # Read in ATBe.csv input file from 'url' or 'local' inputs folder # (if a version of ATB is not yet available online, read from 'inputs') # Link to past ATBe versions: https://data.openei.org/s3_viewer?bucket=oedi-data-lake&prefix=ATB%2Felectricity%2Fcsv%2F&limit=50 # 2024 atb_path = 'https://oedi-data-lake.s3.amazonaws.com/ATB/electricity/csv/2024/v3.0.0/ATBe.csv' @@ -56,7 +59,7 @@ def main(): # figure_format = 'png' # 'png' or 'pdf' # save_data = False # Print the version of ATBe that has been cleaned and ready for plotting to csv ######################################################################################################### - + # Specify dollar year: if atb_version == 2024: dollar_year = 2022 @@ -64,24 +67,34 @@ def main(): dollar_year = 2023 # Get the path for ATB data and clean the data: - (inputs_path, atb_path, figures_path) = read_path(atb_inputs, atb_version) - (technologies, dfplot) = clean_atb_data(atb_inputs, atb_path, atb_version, core_metric_parameter, crpyears) - if save_data: - print("Saving the version of ATBe that has been cleaned and ready for plotting to csv file...") - dfplot.to_csv(os.path.join(inputs_path, "ATB_"+str(atb_version)+"_cleaned.csv")) + if atb_inputs is not None or args.version is not None: + atb_inputs = atb_inputs or 'local' + (inputs_path, atb_path, figures_path) = read_path(atb_inputs, atb_version) + else: + atb_path = str(raw_file_path(config, 'flat_file')) + inputs_path = os.path.dirname(atb_path) + figures_path = str(resolve_atb_path(config['plotting']['output_directory'])) + os.makedirs(inputs_path, exist_ok=True) + os.makedirs(figures_path, exist_ok=True) + atb_inputs = 'local' + for core_metric_parameter in core_metric_parameters: + (technologies, dfplot) = clean_atb_data(atb_inputs, atb_path, atb_version, core_metric_parameter, crpyears) + if save_data: + print("Saving the version of ATBe that has been cleaned and ready for plotting to csv file...") + dfplot.to_csv(os.path.join(inputs_path, "ATB_"+str(atb_version)+"_cleaned.csv")) + + # Define plot attributes: + (traces, colors, tracelabels, legendtitle, plottitle) = plot_attributes(ATB_DIR / 'plot_style', atb_version) - # Define plot attributes: - (traces, colors, tracelabels, legendtitle, plottitle) = plot_attributes(inputs_path, atb_version) + # Plot ATB: + plot_atb(figures_path, atb_version, technologies, dfplot, traces, colors, legendtitle, plottitle, + tracelabels, core_metric_parameter, figure_format, dollar_year) - # Plot ATB: - plot_atb(figures_path, atb_version, technologies, dfplot, traces, colors, legendtitle, plottitle, - tracelabels, core_metric_parameter, figure_format, dollar_year) - ###################################################################################################### #%% FUNCTIONS ### def read_path(atb_inputs, atb_version): # Iputs path: - inputs_path = os.path.join(os.getcwd(),'inputs') + inputs_path = os.path.join(ATB_DIR,'inputs') if not os.path.exists(inputs_path): os.makedirs(inputs_path) @@ -93,9 +106,9 @@ def read_path(atb_inputs, atb_version): elif atb_inputs == 'local': print('\nYou choose to read ATBe_'+str(atb_version)+ '.csv file from local "inputs" folder.') atb_path = os.path.join(inputs_path,'ATBe_'+str(atb_version)+'.csv') - + # Figures path: - figures_path = os.path.join(os.getcwd(),'figures') + figures_path = os.path.join(ATB_DIR,'figures') if not os.path.exists(figures_path): os.makedirs(figures_path) @@ -111,7 +124,7 @@ def clean_atb_data(atb_inputs, atb_path, atb_version, core_metric_parameter, crp elif atb_inputs == 'local': raise FileNotFoundError('ATBe file is missing or incorrect. Please provide data file with name ATBe_' + str(atb_version) + '.csv in the "inputs" folder.') atb.technology.unique() - + # Use 'Market' case for 2024 version, which is equivalent to 'Exp + TC' in 2025 version if atb_version == 2024: core_metric_case = 'Market' @@ -138,7 +151,7 @@ def clean_atb_data(atb_inputs, atb_path, atb_version, core_metric_parameter, crp # 'Commercial Battery Storage', # 'Residential Battery Storage', ] - + # Clean the raw ATB data in the right format for plotting dictplot = {} keepcols = ['technology','techdetail','scenario','core_metric_variable','value'] @@ -157,7 +170,7 @@ def clean_atb_data(atb_inputs, atb_path, atb_version, core_metric_parameter, crp core_metric_case = 'R&D' else: core_metric_case = 'Exp + TC' - + dictplot[technology] = atb.loc[ (atb.technology==technology) & (atb.core_metric_parameter==core_metric_parameter) @@ -168,7 +181,7 @@ def clean_atb_data(atb_inputs, atb_path, atb_version, core_metric_parameter, crp , keepcols ] dfplot = pd.concat(dictplot, ignore_index=True).set_index('technology') - + return (technologies, dfplot) def plot_attributes(inputs_path, atb_version): @@ -201,7 +214,7 @@ def plot_attributes(inputs_path, atb_version): 'Class12': cm(1-d*4), 'Class13': cm(1-d*5), 'Class14': cm(1-d*6), - } + } legendtitle = { 'UtilityPV':None, @@ -230,9 +243,9 @@ def plot_attributes(inputs_path, atb_version): } return (traces, colors, tracelabels, legendtitle, plottitle) -def plot_atb(figures_path, atb_version, technologies, dfplot, traces, colors, legendtitle, plottitle, +def plot_atb(figures_path, atb_version, technologies, dfplot, traces, colors, legendtitle, plottitle, tracelabels, core_metric_parameter, figure_format, dollar_year): - + # Set up number of panels for figure alpha = 0.4 nrows, ncols = 2, 5 @@ -251,6 +264,10 @@ def plot_atb(figures_path, atb_version, technologies, dfplot, traces, colors, le for technology in technologies: df = {} + # Some ATB metrics omit technologies (for example geothermal VOM). + if technology not in dfplot.index: + ax[coords[technology]].set_visible(False) + continue #scenarios = ['Moderate'] if technology == 'Nuclear' else ['Moderate', 'Advanced', 'Conservative'] scenarios = ['Moderate', 'Advanced', 'Conservative'] for scenario in scenarios: @@ -310,4 +327,5 @@ def plot_atb(figures_path, atb_version, technologies, dfplot, traces, colors, le elif figure_format == 'pdf': plt.savefig(os.path.join(figures_path,'ATB'+str(atb_version)+'-{}.pdf'.format(core_metric_parameter))) -main() +if __name__ == "__main__": + main() diff --git a/atb/scripts/battery_workbook.py b/atb/scripts/battery_workbook.py new file mode 100644 index 0000000..74e4c7a --- /dev/null +++ b/atb/scripts/battery_workbook.py @@ -0,0 +1,89 @@ +"""Extract ReEDS battery cost components from a downloaded ATB workbook.""" + +from pathlib import Path + +import openpyxl +import pandas as pd + + +BATTERY_SHEET = "Utility-Scale Battery Storage" +BLOCKS = { + "Capital Cost ($/kWh)": "capcost_energy", + "Battery Power Capital Cost ($/kW)": "capcost", +} +SCENARIOS = ["Advanced", "Moderate", "Conservative"] + + +def extract_battery_costs(xlsx_path): + """Return battery power/energy capital costs by scenario and year.""" + workbook_path = Path(xlsx_path) + workbook = openpyxl.load_workbook( + workbook_path, read_only=True, data_only=True + ) + try: + sheet_name = next((name for name in ( + BATTERY_SHEET, 'Utility-Scale Battery - Expand' + ) if name in workbook.sheetnames), None) + if sheet_name is None: + raise ValueError( + f"Sheet {BATTERY_SHEET!r} not found in {workbook_path}." + ) + rows = list(workbook[sheet_name].iter_rows(values_only=True)) + finally: + workbook.close() + + def find_label_row(label): + for index, row in enumerate(rows): + if any( + isinstance(value, str) and value.strip() == label + for value in row[:6] + ): + return index + raise ValueError(f"Label {label!r} not found in {BATTERY_SHEET}.") + + records = [] + for label, cost_name in BLOCKS.items(): + label_row = find_label_row(label) + year_header = rows[label_row + 1] + year_columns = [ + (column, int(value)) + for column, value in enumerate(year_header) + if isinstance(value, (int, float)) and 2018 <= value <= 2061 + ] + if not year_columns: + raise ValueError(f"No year header found below {label!r}.") + + for offset, scenario in enumerate(SCENARIOS): + data_row = rows[label_row + 2 + offset] + labels = [ + str(value).strip() + for value in data_row[:5] + if isinstance(value, str) + ] + if scenario not in labels: + raise ValueError( + f"Expected scenario {scenario!r} below {label!r}, " + f"got {labels!r}." + ) + record = {"cost": cost_name, "Scenario": scenario} + record.update( + {year: data_row[column] for column, year in year_columns} + ) + records.append(record) + + frame = pd.DataFrame(records) + year_columns = sorted( + column for column in frame.columns if isinstance(column, int) + ) + cost_order = {"capcost": 0, "capcost_energy": 1} + scenario_order = {scenario: index for index, scenario in enumerate(SCENARIOS)} + frame = ( + frame.assign( + _cost_order=frame["cost"].map(cost_order), + _scenario_order=frame["Scenario"].map(scenario_order), + ) + .sort_values(["_cost_order", "_scenario_order"]) + .drop(columns=["_cost_order", "_scenario_order"]) + .reset_index(drop=True) + ) + return frame[["cost", "Scenario", *year_columns]] diff --git a/atb/scripts/downloads.py b/atb/scripts/downloads.py new file mode 100644 index 0000000..b4f3518 --- /dev/null +++ b/atb/scripts/downloads.py @@ -0,0 +1,58 @@ +"""Shared atomic public-data downloads.""" + +from pathlib import Path +import requests + + +def _open_download(url, allow_insecure_ssl_fallback): + """Open a verified download, optionally retrying after a TLS inspection error.""" + request_options = { + "stream": True, + "timeout": 300, + "headers": {"User-Agent": "ReEDS-Input-Processing/1.0"}, + } + try: + return requests.get(url, **request_options) + except requests.exceptions.SSLError as error: + if not allow_insecure_ssl_fallback: + raise RuntimeError( + "TLS certificate verification failed. Install the required CA " + "certificate in this environment or set " + "raw_data.allow_insecure_ssl_fallback: true in config.yaml." + ) from error + + import urllib3 + + urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) + print("WARNING: TLS certificate verification failed.") + print(" Retrying this public raw-data download with verify=False.") + return requests.get(url, verify=False, **request_options) + + +def download_file( + url, destination, force=False, allow_insecure_ssl_fallback=False +): + """Download one file atomically, or reuse the existing local copy.""" + destination = Path(destination) + destination.parent.mkdir(parents=True, exist_ok=True) + if destination.exists() and not force: + print(f"Using existing raw file: {destination}") + return destination + + temporary = destination.with_suffix(destination.suffix + ".part") + print(f"Downloading {url}") + print(f" into {destination}") + try: + with _open_download(url, allow_insecure_ssl_fallback) as response: + response.raise_for_status() + with temporary.open("wb") as stream: + for chunk in response.iter_content(chunk_size=1024 * 1024): + if chunk: + stream.write(chunk) + except Exception: + temporary.unlink(missing_ok=True) + raise + temporary.replace(destination) + return destination + + diff --git a/atb/scripts/future_atb_scraper.py b/atb/scripts/future_atb_scraper.py new file mode 100644 index 0000000..6a8d8ba --- /dev/null +++ b/atb/scripts/future_atb_scraper.py @@ -0,0 +1,88 @@ +"""Download and summarize the raw NLR ATB inputs configured in config.yaml.""" + +import argparse +from pathlib import Path + +import openpyxl +import pandas as pd + +from atb_config import load_config, raw_file_path + + +from downloads import download_file + + +def summarize_flat_file(path): + """Print a compact, user-visible overview of the downloaded ATBe CSV.""" + path = Path(path) + preview = pd.read_csv(path, nrows=5, low_memory=False) + header = list(preview.columns) + technology_col = "technology" if "technology" in header else "Technology" + year_col = "atb_year" if "atb_year" in header else None + selected = [technology_col] + ([year_col] if year_col else []) + summary = pd.read_csv(path, usecols=selected, low_memory=False) + + print("\nRaw flat file") + print(f" path: {path}") + print(f" size: {path.stat().st_size / 1024**2:,.1f} MiB") + print(f" rows: {len(summary):,}") + if year_col: + years = sorted(summary[year_col].dropna().unique().tolist()) + print(f" ATB years: {years}") + technologies = sorted(summary[technology_col].dropna().astype(str).unique()) + print(f" technologies ({len(technologies)}): {', '.join(technologies)}") + print(" first five rows:") + print(preview.to_string(index=False, max_cols=8)) + + +def summarize_workbook(path): + """Print the path, size, and sheet names for the raw ATB workbook.""" + path = Path(path) + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + print("\nRaw workbook") + print(f" path: {path}") + print(f" size: {path.stat().st_size / 1024**2:,.1f} MiB") + print(f" sheets ({len(workbook.sheetnames)}): {', '.join(workbook.sheetnames)}") + workbook.close() + + +def scrape(config, selected="all", force=False): + """Download configured raw inputs and show what is now available.""" + raw = config["raw_data"] + allow_insecure = raw.get("allow_insecure_ssl_fallback", False) + if selected in ("all", "flat"): + flat = download_file( + raw["flat_file"]["url"], + raw_file_path(config, "flat_file"), + force=force, + allow_insecure_ssl_fallback=allow_insecure, + ) + summarize_flat_file(flat) + if selected in ("all", "workbook"): + workbook = download_file( + raw["workbook"]["url"], + raw_file_path(config, "workbook"), + force=force, + allow_insecure_ssl_fallback=allow_insecure, + ) + summarize_workbook(workbook) + + +def main(): + parser = argparse.ArgumentParser( + description="Download and summarize the raw NLR ATB flat file and workbook." + ) + parser.add_argument("--config", help="Path to config.yaml (default: ../config.yaml).") + parser.add_argument( + "--only", choices=["all", "flat", "workbook"], default="all", + help="Download only one raw input (default: all).", + ) + parser.add_argument( + "--force", action="store_true", help="Replace raw files that already exist." + ) + args = parser.parse_args() + scrape(load_config(args.config), selected=args.only, force=args.force) + + +if __name__ == "__main__": + main() diff --git a/atb/scripts/generate_atb_files.py b/atb/scripts/generate_atb_files.py new file mode 100644 index 0000000..97ec354 --- /dev/null +++ b/atb/scripts/generate_atb_files.py @@ -0,0 +1,1741 @@ +""" +This script processes and produces ATB costs input files for ReEDS. +Workflow choices are defined in ../config.yaml; technology-specific formatting +rules are defined in settings.yaml. Inputs are local ATB projections and prepared history. +The script runs in the standard ReEDS environment (reeds2). +""" + +#%% =========================================================================== +### --- IMPORTS --- +### =========================================================================== +import argparse +import os +import numpy as np +import pandas as pd +import shutil +from pandas.errors import EmptyDataError +import sys + +from atb_config import ATBE_COLUMN_MAPPING, load_processing_settings + +# directory containing this script (atb/scripts); settings.yaml lives here. +THISDIR = os.path.dirname(os.path.abspath(__file__)) +# parent atb/ directory; used to build paths to input/, manual_input/, output/. +ATBDIR = os.path.dirname(THISDIR) + +# define zero marginal cost technologies (to assign zero 'vom' if input data is missing) +zero_vom_techs = {'upv', 'wind-ons', 'wind-ofs', 'battery'} + +# write LF line endings on every platform so repeated runs on Windows do not +# rewrite every versioned CSV with different line endings than the stored ones +CSV_LINE_TERMINATOR = "\n" + +#%% =========================================================================== +### --- FUNCTIONS --- +### =========================================================================== + +def subset_atb_rows(subset_rows, atb_data_in): + """ + Subset the ATB flat file data to desired Case | CRPYears rows + + Parameters + ---------- + subset_rows: dict + Default {Case: "Exp + TC", CRPYears: 30} for most techs; some techs can have other values for Case, e.g., Market, R&D etc.) + atb_data_in: pd.DataFrame + ATB flat file dataframe to subset + """ + atb_data = atb_data_in.copy() + atb_col_vals = {} + # subset to relevant cases (typically Market case and 30-year CRP, but specified in settings.yaml) + for sr in subset_rows: + print(f"Subsetting to {sr}={subset_rows[sr]}") + if sr not in atb_data.columns: + raise ValueError(f"Column {sr} not in ATB file.") + else: + atb_col_vals[sr] = atb_data_in[sr].unique().tolist() + atb_data = atb_data.loc[atb_data[sr] == subset_rows[sr]] + return atb_data, atb_col_vals + +def load_atb_flat_file(settings, args, techs_to_run): + """ + load ATB flat file with all inputs for specified techs + + Parameters + ---------- + settings: dict + Parameter settings from settings.yaml + args: argparse.Namespace + Used for debug mode + techs_to_run: list[str] + Ordered list of tech keys (matching keys in settings['techs']) + """ + filepath = settings['flat_file_path'] + if not os.path.isfile(filepath): + raise FileNotFoundError( + f"Raw ATB flat file not found: {filepath}\n" + "Run 'python future_atb_scraper.py' before formatting ReEDS inputs." + ) + print(f"Loading raw ATB flat file: {filepath}") + atb_data_in = pd.read_csv(filepath, low_memory=False) + # Apply the same mapping for downloaded ATBe files and canonical flat files. + atb_data_in = atb_data_in.rename(columns=ATBE_COLUMN_MAPPING) + + if args.debug: + breakpoint() + + # store validated/subsetted data for all requested techs here + validated_data_list = [] + + # iterate over requested techs to validate and subset immediately + for tech in techs_to_run: + tech_settings = settings['techs'][tech] + + # 1. Get tech-specific subset settings + if 'subset_rows' not in tech_settings: + raise ValueError(f"Missing 'subset_rows' for {tech} in settings.yaml") + + # 2. Filter by Technology + tech_rows_full = atb_data_in[atb_data_in['Technology'] == tech_settings['Technology']] + + if tech_rows_full.empty: + print(f"Warning: No data found for Technology '{tech_settings['Technology']}' ({tech}).") + continue + + # 3. Apply specific subset_rows (Case, CRPYears, etc.) + # subset_atb_rows returns (subset_df, col_vals) + tech_subset, _ = subset_atb_rows(tech_settings['subset_rows'], tech_rows_full) + + # 4. Filter for specific DisplayName(s) if applicable + if 'DisplayName' in tech_settings: + atb_techs = tech_settings['DisplayName'] + atb_techs_list = list(atb_techs.keys()) if isinstance(atb_techs, dict) else [atb_techs] + + # append all subtechs present + found_data = tech_subset[tech_subset['DisplayName'].isin(atb_techs_list)] + missing_subtechs = [t for t in atb_techs_list if t not in found_data['DisplayName'].values] + + if found_data is not None and not found_data.empty: + validated_data_list.append(found_data) + + # fallback: handle any subtechs that were missing from the subset + for atb_tech_name in missing_subtechs: + # Fallback logic: check if it exists in the wider tech data (e.g., for a different Case) + temp_df = tech_rows_full[tech_rows_full['DisplayName'] == atb_tech_name] + + if temp_df.empty: + print(f"Warning: DisplayName '{atb_tech_name}' not found in source data for {tech}.") + continue + print(f"Could not subset {atb_tech_name} data to {tech_settings['subset_rows']}.") + print(f"Available Case options: {temp_df.Case.unique()}") + + new_case = str(input("Select an alternative Case to proceed, or (q) to quit: ")) + + if new_case.lower() == "q": + sys.exit("Exiting now.") + elif new_case not in temp_df.Case.unique(): + print(f"'{new_case}' not found in available Case options. Exiting.") + sys.exit(1) + else: + # Grab the data for the alternative case + new_subset_rows = tech_settings['subset_rows'].copy() + new_subset_rows['Case'] = new_case + + # We only need this specific subtech with the new case + subtech_data, _ = subset_atb_rows(new_subset_rows, temp_df) + validated_data_list.append(subtech_data) + else: + # If no DisplayName filtering is needed, just keep the successful subset + if not tech_subset.empty: + validated_data_list.append(tech_subset) + + # Combine all valid chunks + if not validated_data_list: + raise EmptyDataError(f"\n\nNo valid data found for any of the requested technologies: {techs_to_run}") + + atb_data_final = pd.concat(validated_data_list, ignore_index=True) + return atb_data_final + +def get_atb_file_path(tech, atbyear, scenario, settings): + """ + function to construct full filepath and per-tech ATB filename + + Parameters + ---------- + tech: str + Tech identifier used as the file prefix (e.g., 'gas', 'upv' etc.) + atbyear: int + ATB year (e.g., 2025) to process + scenario: str + ATB scenario (Moderate/Advanced) from settings.yaml + settings: dict + Loaded settings from settings.yaml + """ + # allow per-tech override of the filename in existing ReEDS input files + # e.g. settings['techs']['wind-ons']['reeds_name'] = "ons-wind" + filename_root = settings['techs'].get(tech, {}).get('reeds_name', tech) + filename = f"{filename_root}_ATB_{atbyear}_{scenario.lower()}" + filepath = os.path.join( + settings['reedspath'], 'inputs', 'plant_characteristics', filename + ".csv" + ) + return filename, filepath + +def check_columns(df, col_list, setting, tech): + """ + function to check that all columns specified in settings.yml exist in the data + + Parameters + ---------- + col_list: list[str] + Sequence of required column names based on tech settings + setting: str + Settings key being validated (used in the error message, e.g. 'indexcols' or 'cols') + tech: str + Technology identifier + """ + missing_cols = [c for c in col_list if c not in df.columns] + if len(missing_cols) > 0: + raise ValueError( + f"The following columns are specified as '{setting}' but are not in the data: {missing_cols}. " + f"Please update your 'settings.yaml' for {tech}." + ) + + +def _cost_columns(df): + """Return every monetary output column, including battery energy costs.""" + return [ + col for col in df.columns + if col == 'vom' or col.startswith('capcost') or col.startswith('fom') + ] + + +def _select_pre_projection_history(history, current, idcols): + """Keep history before each current series starts and all retired series.""" + if not idcols: + return history.loc[history['t'] < current['t'].min()].copy() + + starts = ( + current.groupby(idcols, dropna=False, as_index=False)['t'] + .min() + .rename(columns={'t': '_projection_start'}) + ) + selected = history.merge(starts, on=idcols, how='left') + selected = selected.loc[ + selected['_projection_start'].isna() + | (selected['t'] < selected['_projection_start']) + ] + return selected.drop(columns='_projection_start') + + +def _projection_boundary_rows(current, idcols): + """Select the first current-ATB year for every active technology series.""" + if not idcols: + return current.loc[current['t'] == current['t'].min()].copy() + starts = current.groupby(idcols, dropna=False)['t'].transform('min') + return current.loc[current['t'] == starts].copy() + + +def _validate_year_continuity(frame, tech, settings): + """Fail if any output series has a missing year or starts after ReEDS.""" + groupcols = [ + col for col in settings['techs'][tech]['indexcols'] if col != 't' + ] + failures = [] + grouper = groupcols[0] if len(groupcols) == 1 else groupcols + for group_values, group in frame.groupby(grouper, dropna=False, sort=False): + years = sorted(pd.to_numeric(group['t'], errors='raise').astype(int).unique()) + expected = set(range(settings['reeds_start_year'], max(years) + 1)) + missing = sorted(expected - set(years)) + if years[0] != settings['reeds_start_year'] or missing: + values = group_values if isinstance(group_values, tuple) else (group_values,) + label = dict(zip(groupcols, values)) + failures.append( + f"{label}: starts {years[0]}, missing {missing[:10]}" + ) + if failures: + raise ValueError( + f"Historical continuity check failed for {tech}: " + + "; ".join(failures[:10]) + ) + + +def _normalize_reeds_history(frame, tech, settings): + """Normalize a ReEDS file to the current technology's output schema.""" + tech_settings = settings['techs'][tech] + frame = frame.rename(columns=tech_settings.get('renamecols', {})).copy() + required = tech_settings['cols'] + missing = [col for col in required if col not in frame.columns] + if missing: + raise KeyError( + f"Historical ReEDS file for {tech} is missing columns {missing}. " + f"Available columns: {list(frame.columns)}" + ) + frame = frame[required] + frame['t'] = pd.to_numeric(frame['t'], errors='raise').astype(int) + return frame + + +def load_csp_cost_ratios(settings): + """Read the shared historical/projection CSP configuration multipliers.""" + path = os.path.join(ATBDIR, 'manual_input', + f"csp_cost_ratios_{settings['atbyear']}.csv") + ratios = pd.read_csv(path) + if (ratios.empty or ratios['type'].isna().any() or ratios['type'].duplicated().any() + or not (np.isfinite(ratios['ratio']) & ratios['ratio'].gt(0)).all()): + raise ValueError(f"Invalid CSP configuration ratios in {path}") + base = ratios.loc[ratios['base_tech'].eq(1)] + if len(base) != 1 or base.iloc[0]['type'] != 'csp2' or base.iloc[0]['ratio'] != 1: + raise ValueError("CSP reference must be csp2 with a unit cost ratio.") + if base.iloc[0]['duration'] != 10: + raise ValueError("The CSP historical reference requires 10-hour storage.") + return ratios + + +def merge_historical_atb_data( + tech_data, tech, settings, dollaryear, deflator +): + """Combine versioned local history with current scraped ATB projections. + + The local history is stored in a fixed dollar year. For each active series, + only rows before the first current scraped year are used. Series no longer + published by ATB are retained from history. Archived base-year estimates + are applied separately; formatting never appends to manual history. + """ + tech_settings = settings['techs'][tech] + idcols = [ + col for col in tech_settings['indexcols'] + if col not in ['Scenario', 't'] + ] + combined = [] + series_starts = {} + current_dollar_year = settings['dollaryear'] + history_dollar_year = settings['history_dollar_year'] + + for scenario in tech_data['Scenario'].unique(): + current = tech_data.loc[tech_data['Scenario'] == scenario].copy() + from historical_data import manual_history + history_stored = manual_history(settings, tech, scenario, deflator) + + history_stored_for_output = history_stored + smoothing = _technology_smoothing_config(tech, settings) + if smoothing and any( + 'atb' in _metric_modes(smoothing['historical_data'], metric).values() + for metric in smoothing['historical_data'] + ): + # Add output slots as the projection boundary advances, without + # writing generated years into the hand-maintained source file. + additions = [] + for _, boundary_row in _projection_boundary_rows(current, idcols).iterrows(): + matching = history_stored + for column in idcols: + matching = matching.loc[matching[column].eq(boundary_row[column])] + missing = sorted(set(range(settings['reeds_start_year'], int(boundary_row.t))) + - set(matching.t)) + if not missing: + continue + if matching.empty: + raise ValueError(f'No manual template for new {tech} series; initialize its historical baseline.') + class_value = boundary_row.get(tech_settings.get('history_class_column')) + if any(_historical_mode_for_metric(smoothing['historical_data'], metric, class_value) == 'manual' + for metric in smoothing['historical_data'] if metric != 'rsc_mult'): + raise ValueError(f'Missing manual years {missing} for {tech}; supply them or select a generated history mode.') + for year in missing: + row = matching.loc[(matching.t - year).abs().idxmin()].copy() + row['t'] = year + additions.append(row) + if additions: + history_stored_for_output = pd.concat([history_stored, pd.DataFrame(additions)], ignore_index=True) + history_for_output = _select_pre_projection_history( + history_stored_for_output, current, idcols + ) + costcols = _cost_columns(history_for_output) + adjustment = ( + deflator[history_dollar_year] / deflator[current_dollar_year] + ) + history_for_output[costcols] = history_for_output[costcols] * adjustment + history_for_output['Scenario'] = scenario + combined.extend([history_for_output, current]) + + for _, row in _projection_boundary_rows(current, idcols).iterrows(): + series_starts[(scenario, *(row[column] for column in idcols))] = int(row['t']) + + output = pd.concat(combined, ignore_index=True) + output = output.drop_duplicates( + subset=tech_settings['indexcols'], keep='last' + ) + output = output.reset_index(drop=True) + settings.setdefault('atb_series_start', {})[tech] = series_starts + from historical_data import apply_history + output = apply_history(output, tech, settings, deflator) + _validate_year_continuity(output, tech, settings) + return output + +def normalize_cf(tech, settings, df): + """ + function to normalize capacity factor to relevant base year and scenario (specified by 'cfbase') + + Parameters + ---------- + tech: str + Technology key in settings['techs'] for which cf_improvement values will be normalized + settings: dict + Parsed settings.yaml values. Expects settings['techs'][tech]['cfbase'] to define the base + selection. Example cfbase entries: + - keys with exact match values to select the base row(s) + - optional 'keepcols' list to indicate merge keys when multiple columns define the base + - 't' may be used to indicate the base year + """ + print("Normalizing cf_improvement") + tech_settings = settings['techs'][tech] + cf_base = df.copy() + for k,v in tech_settings['cfbase'].items(): + if k in df.columns: + print(f"...base {k}={v}") + cf_base = cf_base.loc[(cf_base[k] == v)] + if 'keepcols' in tech_settings['cfbase']: + cf_base = cf_base[tech_settings['cfbase']['keepcols'] + ['cf_improvement']].rename(columns={"cf_improvement":"cf_base"}) + keepcols = tech_settings['cfbase']['keepcols'] + if len(keepcols) == 1: + settings.setdefault('cf_normalization_bases', {})[tech] = ( + cf_base.set_index(keepcols[0])['cf_base'].to_dict() + ) + df = df.merge(cf_base, on=keepcols, how='left') + df['cf_improvement'] = df['cf_improvement'] / df['cf_base'] + df = df.drop(columns='cf_base') + else: + if len(cf_base) > 1: + raise ValueError("Error: more than one value found for cf_improvement without specifying which columns to keep.") + else: + if cf_base.empty: + raise ValueError(f"No ATB CF normalization reference found for {tech}.") + base = float(cf_base['cf_improvement'].iloc[0]) + if not np.isfinite(base) or base <= 0: + raise ValueError(f"Invalid ATB CF normalization reference for {tech}: {base}") + settings.setdefault('cf_normalization_bases', {})[tech] = base + df['cf_improvement'] = df['cf_improvement'] / base + + # check that base level is properly normalized to 1 + assert (df.loc[cf_base.index, 'cf_improvement'] == 1).all(), "Check cf_improvement normalization." + + return df + +def apply_offshore_cost_multipliers(tech, settings, df): + """Apply ReEDS offshore configuration adjustments to ATB class proxies.""" + multiplier_path = os.path.join( + ATBDIR, + "manual_input", + f"offshore_cost_multipliers_{settings['atbyear']}.csv", + ) + multipliers = pd.read_csv(multiplier_path).set_index("turbine") + missing = set(df["turbine"].unique()) - set(multipliers.index) + if missing: + raise ValueError( + f"Missing offshore cost multiplier(s) for turbine(s): {sorted(missing)}" + ) + for metric in ("capcost", "fom"): + df[metric] *= df["turbine"].map(multipliers[metric]) + return df + + +def apply_coal_projection_overrides(tech, settings, df): + """Preserve the published ReEDS 2024 coal values changed by ATB v3.""" + override_path = os.path.join( + ATBDIR, + "manual_input", + f"coal_projection_overrides_{settings['atbyear']}.csv", + ) + overrides = pd.read_csv(override_path) + overrides = overrides.loc[overrides["tech"] == tech].drop(columns="tech") + keys = ["Scenario", "i", "t"] + values = [column for column in overrides if column not in keys] + indexed = df.set_index(keys) + override_indexed = overrides.set_index(keys) + missing = override_indexed.index.difference(indexed.index) + if not missing.empty: + raise ValueError(f"Coal override rows not found in ATB data: {missing.tolist()}") + indexed.update(override_indexed[values]) + return indexed.reset_index() + +def smooth_hist_cf(tech, settings, df): + """ + function to interpolate historical capacity factor values through 2035 + + Parameters + ---------- + tech: str + Technology key in settings['techs'] to use when looking up cfbase/base year + settings: dict + Expects settings['techs'][tech]['cfbase']['t'] to specify the base year for interpolation + df: pd.DataFrame + Input dataframe containing ['Scenario', 't', 'cf_improvement'] columns + """ + # sort by scenario and year + df = df.sort_values(by=['Scenario', 't']) + # remove values between 2022 (ATB starts in 2023) and atb base year (usually 2035) + tech_settings = settings['techs'][tech] + baseyear = tech_settings['cfbase']['t'] + df['cf_improvement'] = np.where((df['t'] > 2022) & (df['t'] < baseyear), np.nan, df['cf_improvement']) + # interpolate to fill dropped values + df['cf_improvement'] = df.groupby('Scenario')['cf_improvement'].transform(lambda x: x.interpolate(method='linear')) + + return df + + +# Divide-by-zero floor when expressing a change relative to its own value. +RELATIVE_SCALE_FLOOR = 1e-9 + + +def _relative_change(left, right, epsilon): + """Return a scale-independent change between two finite values.""" + return abs(right - left) / max(abs(left), abs(right), epsilon) + + +def _smooth_curve_segment( + years, + values, + slope_change_threshold, + max_kink_years, + major_step_threshold, +): + """Smooth compact kink clusters in one time segment. + + Runs of equal values are left alone. A flat stretch is how ATB states that + a cost stops improving, so bridging one would replace a published + trajectory with a slope ATB never gave. + """ + years = np.asarray(years, dtype=float) + smoothed = np.asarray(values, dtype=float).copy() + if len(smoothed) < 3: + return smoothed + + year_deltas = np.diff(years) + if np.any(year_deltas <= 0): + raise ValueError("Cost smoothing requires unique, increasing years.") + + year_span = years[-1] - years[0] + slopes = np.diff(smoothed) / year_deltas + baseline_slope = abs((smoothed[-1] - smoothed[0]) / year_span) + epsilon = max(np.max(np.abs(smoothed)) * 1e-12, 1e-12) + candidate_knots = [] + for knot in range(1, len(smoothed) - 1): + left_slope = slopes[knot - 1] + right_slope = slopes[knot] + scale = max(abs(left_slope), abs(right_slope), baseline_slope, epsilon) + if abs(right_slope - left_slope) / scale >= slope_change_threshold: + candidate_knots.append(knot) + + clusters = [] + for knot in candidate_knots: + if clusters and knot == clusters[-1][-1] + 1: + clusters[-1].append(knot) + else: + clusters.append([knot]) + for cluster in clusters: + first, last = cluster[0], cluster[-1] + if len(cluster) < 2 or years[last] - years[first] > max_kink_years: + continue + left = max(0, first - 1) + right = min(len(smoothed) - 1, last + 2) + step_changes = [ + _relative_change(smoothed[position], smoothed[position + 1], epsilon) + for position in range(left, right) + ] + if any(change >= major_step_threshold for change in step_changes): + continue + interpolation_index = np.arange(left, right + 1) + smoothed[interpolation_index] = np.interp( + years[interpolation_index], + [years[left], years[right]], + [smoothed[left], smoothed[right]], + ) + return smoothed + + +def _selective_smooth_cost_values( + years, + values, + projection_start_year, + slope_change_threshold, + max_kink_years, + major_step_threshold, + historical_data_mode, + smooth_projection_curve, +): + """Apply one historical mode and independent future smoothing treatments.""" + years = np.asarray(years, dtype=float) + smoothed = np.asarray(values, dtype=float).copy() + if len(smoothed) < 3: + return smoothed + + anchor_candidates = np.flatnonzero(years == projection_start_year) + if len(anchor_candidates) != 1: + raise ValueError( + "Selective cost smoothing requires exactly one row for " + f"projection_start_year={projection_start_year}." + ) + anchor = int(anchor_candidates[0]) + + # Broadcast the first ATB projection value backward across the complete + # historical period. This makes `broadcast` an exclusive generated history + # rather than a selective treatment mixed with manual input values. + if historical_data_mode == 'broadcast': + smoothed[:anchor] = smoothed[anchor] + if not smooth_projection_curve: + return smoothed + + smoothed[anchor:] = _smooth_curve_segment( + years[anchor:], + smoothed[anchor:], + slope_change_threshold, + max_kink_years, + major_step_threshold, + ) + return smoothed + + +FUTURE_SMOOTHING_TREATMENTS = ( + 'smooth_projection_curve', +) +HISTORICAL_DATA_MODES = ('real', 'atb', 'manual', 'broadcast', 'indexed', 'unavailable') +NON_HISTORY_COLUMNS = {'Scenario', 'i', 't', 'turbine', 'type'} + + +def _metric_modes(historical_data, metric): + """Return one metric's configured modes keyed by sub-technology class. + + A metric configured as a plain mode applies to every row and is returned + under the ``None`` key. A metric split by class returns one entry per + class, which lets an observed series describe some rows of a technology + while the rest generate their own history. + """ + try: + configured = historical_data[metric] + except KeyError as error: + raise KeyError( + f"Historical data has no configured entry for metric {metric!r}." + ) from error + if isinstance(configured, dict): + return dict(configured) + return {None: configured} + + +def _historical_mode_for_metric(historical_data, metric, class_value=None): + """Return one metric history mode, resolved for one sub-technology class.""" + modes = _metric_modes(historical_data, metric) + if None in modes: + return modes[None] + try: + return modes[class_value] + except KeyError as error: + raise KeyError( + f"Historical data for metric {metric!r} has no entry for " + f"{class_value!r}. Configured classes: {sorted(modes)}." + ) from error + + +def _validate_historical_data_config(tech, historical_data, settings): + """Validate one technology's explicit metric-level history choices.""" + label = ( + f"processing.smooth_cost_curves.technologies.{tech}.historical_data" + ) + if not isinstance(historical_data, dict): + raise TypeError( + f"{label} must be a mapping with one entry for every modeled metric." + ) + if tech == 'battery' and any( + historical_data.get(metric) == 'real' for metric in ('capcost', 'capcost_energy') + ): + if not all(historical_data.get(metric) == 'real' + for metric in ('capcost', 'capcost_energy')): + raise ValueError("Battery capcost and capcost_energy must select real together.") + valid_metrics = set(settings['techs'][tech]['cols']) - NON_HISTORY_COLUMNS + unknown = sorted(set(historical_data) - valid_metrics) + if unknown: + raise KeyError(f"Unknown historical metrics in {label}: {unknown}") + missing = sorted(valid_metrics - set(historical_data)) + if missing: + raise KeyError(f"Missing historical metrics in {label}: {missing}") + class_column = settings['techs'][tech].get('history_class_column') + split_metrics = sorted( + metric for metric in historical_data + if isinstance(historical_data[metric], dict) + ) + if split_metrics and not class_column: + raise KeyError( + f"Metrics {split_metrics} in {label} are split by sub-technology " + f"class, but {tech} declares no history_class_column in " + "settings.yaml naming the column that identifies the class." + ) + invalid = { + f"{metric}.{class_value}" if class_value else metric: mode + for metric in historical_data + for class_value, mode in _metric_modes(historical_data, metric).items() + if mode not in HISTORICAL_DATA_MODES + } + if invalid: + raise KeyError( + f"Unavailable historical metric modes in {label}; choose from " + f"{list(HISTORICAL_DATA_MODES)}: {invalid}" + ) + uses_unavailable = any( + mode == 'unavailable' + for metric in historical_data + for mode in _metric_modes(historical_data, metric).values() + ) + declared = settings['config']['processing']['smooth_cost_curves'].get('unavailable_before', {}) + if uses_unavailable and tech not in declared: + raise KeyError( + f"{tech} selects the unavailable history mode; declare its first " + "buildable year in processing.smooth_cost_curves.unavailable_before." + ) + return dict(historical_data) + + +def _technology_smoothing_config(tech, settings): + """Merge common smoothing parameters with one technology's switches. + + ``technologies`` maps a technology name to its switches; every technology + present in the mapping is processed and every other one is skipped. + """ + smoothing = settings['config']['processing'].get('smooth_cost_curves', {}) + if not smoothing.get('enabled', False): + return None + + configured_techs = smoothing.get('technologies', {}) + if not isinstance(configured_techs, dict): + raise TypeError( + "processing.smooth_cost_curves.technologies must map each " + "technology name to its switches." + ) + if tech not in configured_techs: + return None + technology_overrides = configured_techs[tech] or {} + if not isinstance(technology_overrides, dict): + raise TypeError( + "Each processing.smooth_cost_curves.technologies entry must " + "be a mapping." + ) + + config = { + key: value for key, value in smoothing.items() + if key not in {'technologies', 'future_smoothing_treatments'} + } + config.update({ + key: value for key, value in technology_overrides.items() + if key != 'future_smoothing_treatments' + }) + + future_treatments = {name: True for name in FUTURE_SMOOTHING_TREATMENTS} + common_treatments = smoothing.get('future_smoothing_treatments', {}) + technology_treatments = technology_overrides.get( + 'future_smoothing_treatments', {} + ) + for label, overrides in ( + ('processing.smooth_cost_curves.future_smoothing_treatments', + common_treatments), + (f'processing.smooth_cost_curves.technologies.{tech}.' + 'future_smoothing_treatments', + technology_treatments), + ): + if not isinstance(overrides, dict): + raise TypeError(f"{label} must be a mapping.") + unknown = sorted(set(overrides) - set(FUTURE_SMOOTHING_TREATMENTS)) + if unknown: + raise ValueError( + f"Unknown future smoothing treatments in {label}: {unknown}" + ) + nonboolean = sorted( + name for name, enabled in overrides.items() + if not isinstance(enabled, bool) + ) + if nonboolean: + raise TypeError( + f"Smoothing treatment switches in {label} must be boolean: " + f"{nonboolean}" + ) + future_treatments.update(overrides) + config['future_smoothing_treatments'] = future_treatments + + overlap = config.get('fill_atbstartyear2atbyear_with_real', False) + if not isinstance(overlap, bool): + raise TypeError('fill_atbstartyear2atbyear_with_real must be true or false.') + config['fill_atbstartyear2atbyear_with_real'] = overlap + + config['historical_data'] = _validate_historical_data_config( + tech, + config.get('historical_data', {}), + settings, + ) + return config + + +def _smoothing_columns(tech, df, smoothing): + """Return the columns one technology smooths. + + Capacity-factor multipliers ride along with whatever else is selected, + since a rounded multiplier shows the same artifacts a rounded cost does. + """ + configured = smoothing.get('columns', 'all') + if configured in ('all', ['all']): + columns = _cost_columns(df) + elif configured == 'capital_costs': + columns = [c for c in df.columns if c.startswith('capcost')] + elif isinstance(configured, list): + columns = list(configured) + else: + raise TypeError( + "processing.smooth_cost_curves.columns must be 'all', " + "'capital_costs', or a list." + ) + if 'cf_improvement' in df.columns and 'cf_improvement' not in columns: + columns.append('cf_improvement') + if not columns: + raise ValueError( + f"Cannot smooth {tech}; no monetary cost columns were selected." + ) + missing = [column for column in columns if column not in df.columns] + if missing: + raise ValueError( + f"Cannot smooth {tech}; configured cost columns are missing: " + f"{missing}." + ) + return columns + + +def _smoothing_parameters(smoothing): + """Parse and range-check the numeric smoothing switches.""" + method = smoothing.get('method', 'selective') + if method not in ('selective', 'linear_bridge'): + raise ValueError( + "processing.smooth_cost_curves.method must be 'selective' " + "or 'linear_bridge'." + ) + anchor_year = int(smoothing.get('anchor_year', 2022)) + target_year = int(smoothing.get('target_year', 2035)) + if method == 'linear_bridge' and target_year <= anchor_year: + raise ValueError( + "processing.smooth_cost_curves.target_year must be later than " + "anchor_year." + ) + parameters = { + 'method': method, + 'anchor_year': anchor_year, + 'target_year': target_year, + 'projection_start_year': int( + smoothing.get('projection_start_year', anchor_year) + ), + 'slope_change_threshold': float( + smoothing.get('slope_change_threshold', 0.5) + ), + 'max_kink_years': int(smoothing.get('max_kink_years', 4)), + 'major_step_threshold': float( + smoothing.get('major_step_relative_threshold', 0.1) + ), + 'minimum_adjustment_threshold': float( + smoothing.get('minimum_adjustment_relative_threshold', 0.005) + ), + } + if parameters['slope_change_threshold'] <= 0: + raise ValueError("slope_change_threshold must be greater than zero.") + if parameters['max_kink_years'] < 1: + raise ValueError("max_kink_years must be at least one.") + if parameters['major_step_threshold'] <= 0: + raise ValueError( + "major_step_relative_threshold must be greater than zero." + ) + if parameters['minimum_adjustment_threshold'] < 0: + raise ValueError( + "minimum_adjustment_relative_threshold must be nonnegative." + ) + return parameters + + +def smooth_cost_curve(tech, settings, df): + """Smooth monetary costs without erasing normal ATB trajectory changes. + + ``selective`` mode fills the historical period from each metric's + configured source, then bridges clusters of adjacent slope changes in the + projection. A single slope change, a major step, and a flat stretch are + each retained as a published statement. ``linear_bridge`` preserves the + earlier flat-history/anchor-to-target behavior. + """ + smoothing = _technology_smoothing_config(tech, settings) + if smoothing is None: + return df + + columns = _smoothing_columns(tech, df, smoothing) + parameters = _smoothing_parameters(smoothing) + method = parameters['method'] + anchor_year = parameters['anchor_year'] + target_year = parameters['target_year'] + projection_start_year = parameters['projection_start_year'] + slope_change_threshold = parameters['slope_change_threshold'] + max_kink_years = parameters['max_kink_years'] + major_step_threshold = parameters['major_step_threshold'] + minimum_adjustment_threshold = parameters['minimum_adjustment_threshold'] + + series_starts = settings.get('atb_series_start', {}).get(tech, {}) + unavailable_value = float(smoothing.get('unavailable_value', 99999)) + unavailable_before = smoothing.get('unavailable_before', {}) + unavailable_writes = [] + future_treatments = smoothing['future_smoothing_treatments'] + historical_data = smoothing['historical_data'] + history_columns = [ + column for column in historical_data if column in df.columns + ] + # Modes are resolved per group below, because a metric may select one mode + # per sub-technology class and each group is one class. + mode_columns = list(dict.fromkeys([*history_columns, *columns])) + configured_modes = { + column: historical_data[column] for column in mode_columns + } + + tech_settings = settings['techs'][tech] + idcols = [ + column for column in tech_settings['indexcols'] + if column not in ['Scenario', 't'] + ] + groupcols = ['Scenario', *idcols] + class_column = tech_settings.get('history_class_column') + output = df.sort_values([*groupcols, 't']).copy() + # Interpolation generally creates fractional values even when an input + # frame happened to infer an integer dtype. + output[columns] = output[columns].astype(float) + original_values = output[columns].copy() + groups = output.groupby(groupcols, dropna=False, sort=False).groups + + row_series_start = pd.Series(projection_start_year, index=output.index) + enabled_future_treatments = [ + name for name, enabled in future_treatments.items() if enabled + ] + print( + f"Smoothing {tech} cost curves: method={method}, columns={columns}, " + f"historical={configured_modes}, " + f"minimum_adjustment={minimum_adjustment_threshold:.3%}, " + f"future_smoothing_treatments={enabled_future_treatments}" + ) + for group_values, index in groups.items(): + group = output.loc[index].sort_values('t') + label_values = ( + group_values + if isinstance(group_values, tuple) + else (group_values,) + ) + label = dict(zip(groupcols, label_values)) + # Each group is one sub-technology class, so a metric split by class + # resolves to a single mode here. + group_modes = { + column: _historical_mode_for_metric( + historical_data, column, label.get(class_column) + ) + for column in mode_columns + } + # ATB publishes some technologies later than the release year, so a + # series stays historical until its own data begins rather than until + # the release's first year. + series_start = series_starts.get( + (label['Scenario'], *(label[column] for column in idcols)), + projection_start_year, + ) + anchor_rows = group.loc[group['t'] == series_start] + if len(anchor_rows) != 1: + raise ValueError( + f"Cannot apply historical data modes for {tech} series " + f"{label}: expected exactly one row for projection start " + f"year {series_start}." + ) + row_series_start.loc[index] = series_start + anchor_index = anchor_rows.index[0] + historical_index = group.index[group['t'] < series_start] + broadcast_columns = [ + column for column in history_columns + if group_modes[column] == 'broadcast' + ] + if broadcast_columns: + output.loc[historical_index, broadcast_columns] = output.loc[ + anchor_index, broadcast_columns + ].to_numpy() + group = output.loc[index].sort_values('t') + # Years before a technology could be built get the ReEDS placeholder. + # The cutoff is declared in config, and the write happens last so no + # smoothing or dollar-year step can alter it. + unavailable_columns = [ + column for column in history_columns + if group_modes[column] == 'unavailable' + ] + if unavailable_columns: + cutoff = int(unavailable_before[tech]) + unavailable_writes.append((group.index[group['t'] < cutoff], unavailable_columns)) + if method == 'selective': + for column in columns: + output.loc[group.index, column] = _selective_smooth_cost_values( + group['t'], + group[column], + series_start, + slope_change_threshold, + max_kink_years, + major_step_threshold, + group_modes[column], + future_treatments['smooth_projection_curve'], + ) + continue + + anchor_rows = group.loc[group['t'] == anchor_year] + target_rows = group.loc[group['t'] == target_year] + if len(anchor_rows) != 1 or len(target_rows) != 1: + raise ValueError( + f"Cannot smooth {tech} series {label}: expected exactly one row " + f"for anchor year {anchor_year} and target year {target_year}." + ) + + anchor_index = anchor_rows.index[0] + target_index = target_rows.index[0] + broadcast_columns = [ + column for column in columns + if group_modes[column] == 'broadcast' + ] + if broadcast_columns: + historical_index = group.index[group['t'] <= anchor_year] + output.loc[historical_index, broadcast_columns] = output.loc[ + anchor_index, broadcast_columns + ].to_numpy() + bridge_index = group.index[ + (group['t'] > anchor_year) & (group['t'] < target_year) + ] + for column in columns: + anchor_value = float(output.at[anchor_index, column]) + target_value = float(output.at[target_index, column]) + bridge_years = output.loc[bridge_index, 't'].astype(float) + output.loc[bridge_index, column] = anchor_value + ( + (target_value - anchor_value) + * (bridge_years - anchor_year) + / (target_year - anchor_year) + ) + + # Respect the published ATB trajectory when smoothing proposes only a + # negligible future adjustment. Historical mode changes (including a full + # broadcast) are intentionally outside this filter. + future_mask = output['t'] >= row_series_start + candidate_values = output.loc[future_mask, columns] + source_values = original_values.loc[future_mask, columns] + relative_scale = source_values.abs().clip(lower=RELATIVE_SCALE_FLOOR) + relative_adjustment = ( + (candidate_values - source_values).abs() / relative_scale + ) + keep_original = relative_adjustment < minimum_adjustment_threshold + output.loc[future_mask, columns] = candidate_values.mask( + keep_original, source_values + ) + for rows, unavailable_columns in unavailable_writes: + output.loc[rows, unavailable_columns] = unavailable_value + + return output.sort_index() + +def add_beccs_techs(tech, settings, df, techcol='i'): + """ + function to copy costs for beccs_mod to beccs_max + + Parameters + ---------- + tech: str + Technology key in settings['techs'] + df: pd.DataFrame + Must include column `techcol` for beccs technologies + techcol: str, optional + Column name identifying the technology label in `df` (default 'i') + """ + # copy beccs_max from beccs_mod + df_add = df.copy() + df_add['i'] = "beccs_max" + df_out = pd.concat([df, df_add]) + + return df_out + +def format_continuous_battery(tech, settings, df): + """ + function to format battery technology data + + Parameters + ---------- + tech: str + Technology key from settings (used for logging) + settings: dict + Parsed settings.yaml values (for expected column names) + df: pd.DataFrame + Input dataframe with columns that will be replaced by the battery cost fields (the function drops ['capcost', 'fom'] before merging) + """ + from battery_workbook import extract_battery_costs + workbook = settings['workbook_path'] + if not os.path.isfile(workbook): + raise FileNotFoundError(f'Missing {workbook}; run scripts/future_atb_scraper.py.') + battery_costs = extract_battery_costs(workbook) + yearcols = [c for c in battery_costs.columns if c not in ('cost', 'Scenario')] + battery_costs[yearcols] = battery_costs[yearcols].round(2) + battery_costs.columns = [str(c) for c in battery_costs.columns] + # reshape and format + battery_costs = pd.melt(battery_costs, id_vars=['cost','Scenario'], var_name='t') + battery_costs = battery_costs.pivot(index=['Scenario', 't'], columns='cost', values='value').reset_index().rename_axis(None, axis=1) + battery_costs['t'] = pd.to_numeric(battery_costs['t'], errors='coerce').astype('Int64') + # assign FOM (assumed to be 2.5% of capital costs) + fom_mult = 0.025 + battery_costs['fom'] = battery_costs['capcost'] * fom_mult + battery_costs['fom_energy'] = battery_costs['capcost_energy'] * fom_mult + battery_costs[['fom', 'fom_energy']] = battery_costs[ + ['fom', 'fom_energy'] + ].round(2) + # merge with placeholder data and return + df = df.drop(['capcost', 'fom'], axis=1).merge(battery_costs) + # if rte is missing from the ATB data, assign 0.85 as the default value + if 'rte' not in df.columns: + print("Warning: 'Round-Trip Efficiency' not found in ATB data for battery. Assigning default rte = 0.85.") + df['rte'] = 0.85 + return df + +def add_csp_techs(tech, settings, df, techcol='i'): + """ + function to create and append CSP tech types by scaling base tech values + + Parameters + ---------- + tech: str + Technology key in settings['techs'] + settings: dict + Parsed settings.yaml values to determine index columns and cost column names + df: pd.DataFrame + Must include `techcol` and cost columns listed in settings['cost_cols']) + techcol: str, optional + Column name identifying the technology label in `df` (default 'i'). + """ + # load cost ratios for csp techs + csp_ratios = load_csp_cost_ratios(settings) + print("updating csp tech costs using the following ratios:") + print(csp_ratios[['type','ratio']]) + + # merge with data + base_csp_tech = csp_ratios.loc[csp_ratios.base_tech==1, "type"].squeeze() + if isinstance(base_csp_tech, pd.Series): + raise ValueError("Multiple base csp techs specified in 'csp_cost_ratios.csv") + + # loop through non-base csp techs + df_add_all = [] + for _,row in csp_ratios.loc[csp_ratios.base_tech==0].iterrows(): + print(f"...updating cost data for {row['type']} using multiplier of {row['ratio']}") + # get data for baseline csp tech + df_add = df.loc[df.type == base_csp_tech].copy() + # update tech name + df_add['type'] = row['type'] + # apply multiplier to cost fields + df_add[settings['cost_cols']] *= row['ratio'] + # add to list + df_add_all.append(df_add) + + # combine entries and merge with original data + df_add_all = pd.concat(df_add_all) + df_out = pd.concat([df, df_add_all]) + # drop duplicates. keep values added here since previous ones + # come from the historic files and we want to preserve the newer ATB when available. + tech_settings = settings['techs'][tech] + df_out = df_out.drop_duplicates(subset=tech_settings['indexcols'], keep="last") + + return df_out + +def format_reeds_output(df, tech_settings): + """ + function to apply the ReEDS output schema to a formatted scenario table + + ReEDS reads some plant characteristic files by column position rather than by + column name, so those technologies declare an 'output_cols' mapping of + internal column name -> ReEDS header in settings.yaml. Technologies without + that mapping are written using the internal names in 'cols'. + + Parameters + ---------- + df: pd.DataFrame + Formatted single-scenario data using the internal column names + tech_settings: dict + Settings for the technology being written (settings['techs'][tech]) + """ + output_cols = tech_settings.get('output_cols') + if not output_cols: + return df + missing_cols = [c for c in output_cols if c not in df.columns] + if missing_cols: + raise ValueError( + f"The following columns are specified as 'output_cols' but are not in " + f"the data: {missing_cols}. Please update your 'settings.yaml'." + ) + dropped_cols = [c for c in df.columns if c not in output_cols] + if dropped_cols: + raise ValueError( + f"'output_cols' does not cover every output column; missing " + f"{dropped_cols}. Please update your 'settings.yaml'." + ) + return df[list(output_cols)].rename(columns=output_cols) + + +def write_technology_outputs( + tech_data, + tech, + settings, + tech_settings, + sensitivity_name, + outfolder, + filenames=None, + output_label="", +): + """Write one technology's scenario files using the ReEDS output schema.""" + tech_data = tech_data.copy() + tech_data['Scenario'] = tech_data['Scenario'].str.lower() + scenarios = list(tech_data['Scenario'].unique()) + if 'moderate' in scenarios: + scenarios.insert(0, scenarios.pop(scenarios.index('moderate'))) + + filename_root = tech_settings.get('reeds_name', tech) + baseline = None + written = [] + os.makedirs(outfolder, exist_ok=True) + + for scenario in scenarios: + if sensitivity_name is not None: + filename = ( + f"{filename_root}_ATB_{settings['atbyear']}_{scenario}_" + f"{sensitivity_name}.csv" + ) + else: + filename = f"{filename_root}_ATB_{settings['atbyear']}_{scenario}.csv" + + check_columns(tech_data, tech_settings['cols'], 'cols', tech) + scendata = tech_data.loc[ + tech_data.Scenario == scenario, tech_settings['cols'] + ] + scendata = scendata.round( + tech_settings.get('decimals', settings['decimals']) + ) + scendata = scendata.sort_values( + by=scendata.columns.to_list() + ).reset_index(drop=True) + + if baseline is None: + baseline = scendata.copy() + elif scendata.equals(baseline): + print( + f"...{scenario} is identical to the {scenarios[0]} scenario, " + "skipping." + ) + continue + + scendata_out = format_reeds_output(scendata, tech_settings) + label = f" {output_label}" if output_label else "" + print(f"Saving{label} {filename}") + scendata_out.to_csv( + os.path.join(outfolder, filename), + index=False, + lineterminator=CSV_LINE_TERMINATOR, + ) + written.append(filename) + if filenames is not None: + filenames.append(filename) + + return written + + +def process_tech_file(atb_data, tech, settings, filenames, dollaryear, deflator, sensitivity_name, outfolder, args): + """ + function to format per-technology output files + + Parameters + ---------- + atb_data: pd.DataFrame + Technology-level data from ATB flat-file + tech: str + Technology-specific key in settings['techs'] to process + settings: dict + Parsed settings.yaml values + filenames: list + List to which produced filenames will be appended. + dollaryear: pd.Series + Mapping of scenario -> dollar year + deflator: pd.Series + Mapping of dollar year -> deflator multiplier + sensitivity_name: str or None + Optional suffix added to output filenames for sensitivity runs + outfolder: str + Directory path where output CSVs will be written + args: argparse.Namespace + CLI arguments for debug mode and run options + """ + # subset to relevant technology + print(f"Processing {tech} file.") + tech_settings = settings['techs'][tech] + tech_data = atb_data.loc[atb_data['Technology'] == tech_settings['Technology']] + # apply tech-specific subset_rows (Case, CRPYears) + if 'subset_rows' in tech_settings: + tech_data, _ = subset_atb_rows(tech_settings['subset_rows'], tech_data) + else: + raise ValueError(f"Missing 'subset_rows' for {tech} in settings.yaml") + # get subtech(s), specified either as a dictionary or a single string + if 'DisplayName' in tech_settings: + if isinstance(tech_settings['DisplayName'], dict): + tech_data = tech_data.loc[tech_data['DisplayName'].isin(tech_settings['DisplayName'].keys())] + missing_subtechs = ( + set(tech_settings['DisplayName']) - set(tech_data['DisplayName'].unique()) + ) + tech_data = tech_data.replace({'DisplayName': tech_settings['DisplayName']}) + # verify all expected subtechs were found in the data + if missing_subtechs: + print(f"Warning: the following DisplayName(s) for {tech} were not found in the ATB subset: {sorted(missing_subtechs)}") + else: + print(f"Subsetting to {tech_settings['DisplayName']}") + tech_data = tech_data.loc[tech_data['DisplayName'] == tech_settings['DisplayName']] + if tech_data.empty: + if args.debug: + breakpoint() + else: + raise EmptyDataError(f"\n\nNo data found for {tech} in ATB data. Check file for values for specified subset_rows.") + + # add in columns as needed + if 'addcols' in tech_settings: + print(f"Adding columns {tech_settings['addcols']}") + for col in tech_settings['addcols']: + tech_data[col] = tech_settings['addcols'][col] + + # rename columns as needed + if 'renamecols' in tech_settings: + print(f"Renaming columns {tech_settings['renamecols']}") + tech_data = tech_data.rename(columns=tech_settings['renamecols']) + + # grab columns needed for this particular tech + atb_params = [k for k, v in settings['param_names'].items() if v in tech_settings['cols']] + tech_data_out = tech_data.loc[tech_data.Parameter.isin(atb_params)].copy() + # check if empty + if tech_data_out.empty: + raise EmptyDataError("\n\n" + "Dataframe is empty after subsetting; check 'param_names' in settings.yaml." + f"Current values: {settings['param_names']}" + ) + # check columns and then pivot to wide format + check_columns(tech_data_out, tech_settings['indexcols'], 'indexcols', tech) + tech_data_out = tech_data_out.pivot(index=tech_settings['indexcols'], columns='Parameter', values='value') + tech_data_out = tech_data_out.rename_axis(None, axis=1) + # map parameters to new column names and format + tech_data_out = tech_data_out.rename(columns=settings['param_names']) + # convert numeric columns + tech_data_out = tech_data_out.apply(pd.to_numeric).reset_index() + + # if vom is missing in the input ATB data, assign zero + if tech in zero_vom_techs and 'vom' not in tech_data_out.columns: + print(f"Warning: 'Variable O&M' missing in ATB data for {tech}. Assigning vom = 0.0") + tech_data_out['vom'] = 0.0 + + # if processing continuous battery techs update energy cost data + if 'battery' in tech: + tech_data_out = format_continuous_battery(tech, settings, tech_data_out) + + # Apply technology transformations to the current scraped projections first. + # History is merged afterward so derived historic series are not overwritten. + if 'functions' in tech_settings: + for function_name in tech_settings['functions']: + selected_function = FUNCTION_MAPPING.get(function_name.lower()) + if selected_function: + print(f"Running {function_name}") + tech_data_out = selected_function(tech, settings, tech_data_out) + else: + raise NameError(f"'{function_name}' is not a supported function. " + "Define and add to FUNCTION_MAPPING.") + + # Combine the current projections with the stable local historical baseline. + tech_data_out = merge_historical_atb_data( + tech_data_out, tech, settings, dollaryear, deflator + ) + tech_data_unsmoothed = tech_data_out.copy() + + # This user-facing option is intentionally applied after history is merged, + # so it can bridge the history/current-ATB boundary without changing the + # versioned historical source files. It is disabled by default. + tech_data_out = smooth_cost_curve(tech, settings, tech_data_out) + from historical_data import apply_real_overlap + tech_data_out = apply_real_overlap(tech_data_out, tech, settings, deflator) + + smoothing = settings['config']['processing'].get('smooth_cost_curves', {}) + baseline_directory = settings.get('unsmoothed_output_dir') + if smoothing.get('enabled', False) and baseline_directory: + baseline_folder = ( + baseline_directory + if os.path.isabs(baseline_directory) + else os.path.join(ATBDIR, baseline_directory) + ) + write_technology_outputs( + tech_data_unsmoothed, + tech, + settings, + tech_settings, + sensitivity_name, + baseline_folder, + output_label="temporary pre-smoothing", + ) + + write_technology_outputs( + tech_data_out, + tech, + settings, + tech_settings, + sensitivity_name, + outfolder, + filenames=filenames, + ) + +def update_dollaryear(settings, filenames, dollaryear): + """ + function to create dollar year entries for new tech files + + Parameters + ---------- + settings: dict + Parsed settings['dollaryear'] value as the dollar year to assign to the new files + filenames: list[str] + Output filename produced by this run; strips the ".csv" suffix to derive Scenario names + dollaryear: pd.Series + Scenario -> Dollar.Year mapping (index=Scenario, name='Dollar.Year') + """ + # strip .csv from filenames + scennames = [f[:-4] for f in filenames] + # create new dollar year entries + newdollaryear = pd.Series(data=[settings['dollaryear']] * len(scennames), index=scennames) + # combine old and new and format for ReEDS + newdollaryear = pd.concat([dollaryear, newdollaryear]).sort_index() + # drop duplicates + newdollaryear = newdollaryear[~newdollaryear.index.duplicated(keep='first')] + newdollaryear.name = "Dollar.Year" + newdollaryear.index.name = "Scenario" + + return newdollaryear + +def get_financials(atb_data, settings, tech, financial_params, scenarios=["Moderate","*"]): + """ + function to get full financial parameters for a specific technology + + Parameters + ---------- + atb_data: pd.DataFrame + ATB flat file data + settings: dict + Parsed 'decimals' and 'reeds_start_year' values + tech: str + ATB technology name to filter to + financial_params: dict + Mapping of ATB parameter name -> target column name for pivoting + scenarios: list[str], optional + List of scenario names to include (default ["Moderate","*"]) + """ + techfinancial = atb_data.loc[(atb_data.Technology == tech) + & (atb_data.Scenario.isin(scenarios)) + & (atb_data.Parameter.isin(financial_params)) + ].copy() + if techfinancial.empty: + avail_params = atb_data.loc[(atb_data.Technology == tech) + & (atb_data.Scenario.isin(scenarios)), "Parameter" + ].unique() + if args.debug: + breakpoint() + else: + + raise EmptyDataError(f"Looking for the following financial parameters for {tech}:\n{list(financial_params.keys())}.\n" + f"Found the following parameters:\n{list(avail_params)}" + ) + techfinancial = techfinancial.rename(columns={"variable":"t"}) + # reorder columns + techfinancial = techfinancial.pivot(index="t", columns='Parameter', values='value').rename(columns=financial_params) + colorder = [v for k,v in financial_params.items()] + # convert to numeric and round + techfinancial = techfinancial[colorder].apply(pd.to_numeric).round(settings['decimals']) + # reindindex to include years before atb + atb_end_year = techfinancial.index.values.max() + techfinancial = techfinancial.reindex(index=list(range(settings['reeds_start_year'],atb_end_year+1))).bfill().reset_index() + + return techfinancial + +def update_financials(settings, atb_data, outfolder): + """ + function to write updated system and tech financial outputs + + Parameters + ---------- + settings: dict + Expects keys such as 'atbyear', 'reedspath', 'wacc_base_tech', 'decimals', and tech-specific configs under settings['techs']) + atb_data: pd.DataFrame + ATB flat file data used to extract financial parameters and WACC + outfolder: str + Output directory path + """ + print("Processing system financials.") + + financial_params = { + 'Interest Rate Nominal':'interest_rate_nom', + 'Rate of Return on Equity Nominal':'rroe_nom', + 'Debt Fraction':'debt_fraction', + 'Tax Rate (Federal and State)':'tax_rate' + } + + ## system financial file + # uses base tech specified in settings (typically natural gas) + sysfinancial = get_financials(atb_data, settings, settings['wacc_base_tech'], financial_params) + + ## tech financials + # get old tech financials file + print("Processing tech financials.") + prevyear = settings['atbyear']-1 + filename_old = f"financials_tech_ATB{prevyear}.csv" + financials_old = pd.read_csv(os.path.join(settings['reedspath'], 'inputs', 'financials', filename_old)) + + wacc = atb_data.loc[(atb_data['Parameter'] == "WACC Real") & (atb_data['Scenario'] == "Moderate"), ["Technology", "variable", "value"]] + wacc = wacc.rename(columns={"variable": "t", "value":"wacc_real"}) + wacc['wacc_real'] = pd.to_numeric(wacc['wacc_real']) + # use natural gas as baseline + wacc_baseline = wacc.loc[wacc.Technology == settings['wacc_base_tech']] + wacc_baseline = wacc_baseline.rename(columns={"wacc_real":"wacc_real_base"}).drop("Technology", axis=1) + + wacc = wacc.merge(wacc_baseline, on=['t']) + # get financing difference relative to base + wacc['finance_diff_real_update'] = wacc['wacc_real'] - wacc['wacc_real_base'] + + # get WACC values for techs that were processed + financials_update = [] + for tech in settings['techs']: + print(f"Loading financials for {tech}") + + # for batteries we need to calculate the WACC Real value + if tech == "battery": + # batteries are missing WACC, so need to get individual components and recalculate + # since we don't have debt fraction for batteries we take the value from PV for now + battery_params = financial_params.copy() + battery_params.pop('Debt Fraction') + battery_params.update({'Inflation Rate':'inflation_rate'}) + pv_param = {'Debt Fraction': financial_params['Debt Fraction']} + battfinancial = get_financials(atb_data, settings, settings['techs'][tech]['Technology'], battery_params) + pvfinancial = get_financials(atb_data, settings, settings['techs']['upv']['Technology'], pv_param) + # merge and calculate WACC in two steps: + # 1. WACC Nominal = Debt Fraction * Interest Rate Nominal * (1 - Tax Rate) + (1 - Debt Fraction) * Rate of Return + # 2. WACC Real = (1 + WACC Nominal) / (1 + Inflation Rate) - 1 + wacc_tech = battfinancial.merge(pvfinancial) + wacc_tech['wacc_nom'] = (wacc_tech['debt_fraction'] + * wacc_tech['interest_rate_nom'] + * (1 - wacc_tech['tax_rate']) + + (1 - wacc_tech['debt_fraction']) + * wacc_tech['rroe_nom'] + ) + wacc_tech['wacc_real'] = ( + (1 + wacc_tech['wacc_nom']) / (1 + wacc_tech['inflation_rate']) - 1 + ) + wacc_tech = wacc_tech.merge(wacc_baseline, on=['t']) + wacc_tech['finance_diff_real_update'] = wacc_tech['wacc_real'] - wacc_tech['wacc_real_base'] + + else: + wacc_tech = wacc.loc[wacc.Technology == settings['techs'][tech]['Technology']].copy() + + if wacc_tech.empty: + print(f"...no wacc found for {tech}, skipping.") + else: + # overwrite tech with new financial name if specified + if 'financialname' in settings['techs'][tech]: + wacc_tech['i'] = settings['techs'][tech]['financialname'] + wacc_tech = wacc_tech.drop_duplicates() + # otherwise use exist tech name + else: + wacc_tech = wacc_tech.rename(columns={'Technology':'i'}) + # add to list of new financials to update + financials_update.append(wacc_tech[['i', 't', 'finance_diff_real_update']]) + + financials_update = pd.concat(financials_update) + + # merge with old file and rewrite new year values upto the max available ATB year + max_atb_year = int(financials_update['t'].max()) + max_old_year = int(financials_old['t'].max()) + if max_atb_year > max_old_year: + new_years = list(range(max_old_year + 1, max_atb_year + 1)) + # get unique (i, country) combinations from old file + id_combos = financials_old[['i', 'country']].drop_duplicates() + # create new rows for each (i, country) × new year + new_rows = id_combos.merge(pd.DataFrame({'t': new_years}), how='cross') + # merge old file's non-year columns onto new rows (forward-fill from last known year) + last_year_vals = financials_old.loc[financials_old['t'] == max_old_year].drop('t', axis=1) + new_rows = new_rows.merge(last_year_vals, on=['i', 'country'], how='left') + financials_old = pd.concat([financials_old, new_rows], ignore_index=True) + financials_out = financials_old.merge(financials_update, on=['i', 't'], how='left') + # fill forward by country and tech to create values for pre-ATB years + financials_out['finance_diff_real_update'] = financials_out.groupby(['i','country'])['finance_diff_real_update'].bfill() + + # update relevant techs while leaving others in place + financials_out['finance_diff_real'] = np.where(financials_out['finance_diff_real_update'].isna(), + financials_out['finance_diff_real'], + financials_out['finance_diff_real_update'].round(settings['decimals']) + ) + + # write system and tech financial files + sysfile_new = f"financials_sys_ATB{settings['atbyear']}.csv" + sysfinancial.to_csv( + os.path.join(outfolder, sysfile_new), index=False, + lineterminator=CSV_LINE_TERMINATOR, + ) + + techfile_new = f"financials_tech_ATB{settings['atbyear']}.csv" + financials_out = financials_out[financials_old.columns] + financials_out.to_csv( + os.path.join(outfolder, techfile_new), index=False, + lineterminator=CSV_LINE_TERMINATOR, + ) + + return sysfile_new, techfile_new + +#%% =========================================================================== +### --- Main --- +### =========================================================================== +def main(args): + settings = load_processing_settings(args.config) + settings['unsmoothed_output_dir'] = getattr( + args, 'unsmoothed_output_dir', None + ) + processing = settings['config']['processing'] + outfolder = settings['output_dir'] + args.skip_costs = args.skip_costs or not processing.get('update_costs', True) + should_update_financials = processing.get('update_financials', True) + if args.sensitivity_name is None: + args.sensitivity_name = processing.get('sensitivity_name') + + smoothing = processing.get('smooth_cost_curves', {}) + if smoothing.get('enabled', False): + smoothing_techs = smoothing.get('technologies', {}) + if not isinstance(smoothing_techs, dict): + raise TypeError( + "processing.smooth_cost_curves.technologies must map each " + "technology name to its switches." + ) + invalid_entries = [ + tech for tech, config in smoothing_techs.items() + if config is not None and not isinstance(config, dict) + ] + if invalid_entries: + raise TypeError( + "Each processing.smooth_cost_curves.technologies entry " + f"must be a mapping: {invalid_entries}" + ) + unknown_smoothing_techs = [ + tech for tech in smoothing_techs + if tech not in settings['techs'] + ] + if unknown_smoothing_techs: + raise ValueError( + "Unknown technologies in processing.smooth_cost_curves: " + f"{unknown_smoothing_techs}" + ) + baseline_directory = settings.get('unsmoothed_output_dir') + if baseline_directory: + baseline_folder = ( + baseline_directory + if os.path.isabs(baseline_directory) + else os.path.join(ATBDIR, baseline_directory) + ) + os.makedirs(baseline_folder, exist_ok=True) + year_marker = f"_ATB_{settings['atbyear']}_" + for filename in os.listdir(baseline_folder): + if year_marker in filename and filename.endswith('.csv'): + os.remove(os.path.join(baseline_folder, filename)) + + # if output folder does not exist, create it + os.makedirs(outfolder, exist_ok=True) + + # get list of techs to process + configured_techs = processing.get('technologies', 'all') + requested_techs = args.techs if args.techs is not None else configured_techs + if requested_techs == 'all' or requested_techs == ['all']: + techs_to_run = list(settings['techs'].keys()) + else: + techs_to_run = requested_techs if isinstance(requested_techs, list) else [requested_techs] + missing_techs = [t for t in techs_to_run if t not in settings['techs']] + if missing_techs: + raise ValueError(f"The following technologies are not in settings['techs']: {missing_techs}") + + # check if ReEDS repo is correctly specified + if not os.path.isdir(settings['reedspath']): + raise FileNotFoundError(f"Could not find '{settings['reedspath']}'; check config.yaml.") + + # load dollaryear file in ReEDS + dollaryear = pd.read_csv(os.path.join(settings['reedspath'], 'inputs', 'plant_characteristics', 'dollaryear.csv'), + index_col='Scenario').squeeze() + deflator = pd.read_csv(os.path.join(settings['reedspath'], 'inputs', 'financials', 'deflator.csv'), + index_col='*Dollar.Year').squeeze() + if not args.skip_costs: + from historical_data import load_history + for kind in ('real', 'atb', 'manual'): + load_history(settings, kind) + # load ATB flat file + atb_data = load_atb_flat_file(settings, args, techs_to_run) + + ## process technology files + filenames = [] + if args.skip_costs: + print("Skipping cost files.") + else: + print("---------------------") + for tech in techs_to_run: + process_tech_file(atb_data, tech, settings, filenames, + dollaryear, deflator, args.sensitivity_name, outfolder, args) + print("---------------------") + # update dollaryear file + newdollaryear = update_dollaryear(settings, filenames, dollaryear) + + ## update financials file + if should_update_financials: + sysfinancialfile, techfinancialfile = update_financials(settings, atb_data, outfolder) + else: + print("Skipping financials (processing.update_financials is false).") + + ## copy new files to ReEDS + if settings['copy_to_reeds']: + + if not args.skip_costs: + # copy tech files + for f in filenames: + shutil.copy(os.path.join(outfolder,f), os.path.join(settings['reedspath'],'inputs','plant_characteristics',f)) + # update dollaryear file for tech files + newdollaryear.to_csv( + os.path.join(settings['reedspath'],'inputs','plant_characteristics','dollaryear.csv'), + index=True, lineterminator=CSV_LINE_TERMINATOR, + ) + + # copy financial files + if should_update_financials: + shutil.copy(os.path.join(outfolder,sysfinancialfile), os.path.join(settings['reedspath'],'inputs','financials',sysfinancialfile)) + shutil.copy(os.path.join(outfolder,techfinancialfile), os.path.join(settings['reedspath'],'inputs','financials',techfinancialfile)) + + +if __name__ == "__main__": + print("Processing ATB files") + parser = argparse.ArgumentParser(description="Generate ATB files.") + parser.add_argument('--config', help='path to config.yaml (default: ../config.yaml)') + parser.add_argument('--techs', '-t', nargs='+', default=None, + help='one or more techs; defaults to processing.technologies in config.yaml') + parser.add_argument('--sensitivity_name', '-s', type=str, + help='suffix to append to file name for sensitivities') + parser.add_argument('--skip_costs', '-c', action="store_true", + help='skip updating cost files for this run') + parser.add_argument('--debug', '-d', action="store_true", + help='option to run in debug mode') + parser.add_argument( + '--unsmoothed-output-dir', + help=( + 'temporary directory for pre-smoothing outputs used by the ' + 'comparison stage' + ), + ) + args = parser.parse_args() + + # list of supported custom functions to call from settings.yml + FUNCTION_MAPPING = { + 'normalize_cf': normalize_cf, + 'apply_offshore_cost_multipliers': apply_offshore_cost_multipliers, + 'apply_coal_projection_overrides': apply_coal_projection_overrides, + 'smooth_hist_cf': smooth_hist_cf, + 'add_csp_techs': add_csp_techs, + 'add_beccs_techs': add_beccs_techs, + } + main(args) diff --git a/atb/scripts/historical_atb.py b/atb/scripts/historical_atb.py new file mode 100644 index 0000000..f94b6e1 --- /dev/null +++ b/atb/scripts/historical_atb.py @@ -0,0 +1,103 @@ +"""Map archived ATB base-year estimates into ReEDS historical series.""" + +import re + + +from atb_config import resolve_atb_path + + +PARAMETERS = { + 'OCC': 'capcost', 'Fixed O&M': 'fom', 'Variable O&M': 'vom', + 'Heat Rate': 'heatrate', 'CF': 'cf_improvement', + 'Round-Trip Efficiency': 'rte', +} + + +def archive_path(config): + source = config['historical_atb'] + return resolve_atb_path(source['directory']) / source['normalized_filename'] + + +def technology_series(technology, detail, vintage): + """Return a reviewed ReEDS family/series, or None for unmatched designs.""" + name = str(detail).strip() + name = re.sub(r'\s*-\s*(Advanced|Moderate|Conservative)$', '', name) + name = name.split(' -> ')[0] + group = technology.replace('Conventional - ', '').replace('_FE', '') + if group in ('Coal', 'Coal_FE'): + if name in ('Coal-new', 'Coal-new-AvgCF', 'newAvgCF'): + return 'coal', 'Coal-new' + if name in ('Coal-IGCC', 'Coal-IGCC-AvgCF', 'IGCCAvgCF'): + return 'coal', 'Coal-IGCC' + if name in ('Coal-95%-CCS', 'Coal-CCS-95%'): + return 'coal-ccs', 'coal-CCS_mod' + if group in ('Gas', 'Natural Gas', 'NaturalGas'): + # The 2022-2023 H-class assumptions specify 2x1 plants. + if 2022 <= vintage <= 2023: + if name in ('NG H-Frame CC', 'NG Combined Cycle (H-Frame)'): + return 'gas', 'Gas-CC_H_2x1' + if name in ('NG H-Frame CC 95% CCS', 'NG Combined Cycle (H-Frame) 95% CCS', + 'NG combined cycle 95% CCS (H-frame basis'): + return 'gas-ccs', 'Gas-CC_H_2x1-CCS_mod' + names = { + 'Gas-CC': 'Gas-CC', 'Gas-CC-AvgCF': 'Gas-CC', 'CCAvgCF': 'Gas-CC', + 'Gas-CT': 'Gas-CT', 'Gas-CT-AvgCF': 'Gas-CT', 'CTAvgCF': 'Gas-CT', + 'NG F-Frame CC': 'Gas-CC', 'NG F-Frame CT': 'Gas-CT', + 'NG Combined Cycle (F-Frame)': 'Gas-CC', + 'NG 2-on-1 Combined Cycle (F-Frame)': 'Gas-CC', + 'NG Combustion Turbine (F-Frame)': 'Gas-CT', + 'NG 1-on-1 Combined Cycle (H-Frame)': 'Gas-CC_H_1x1', + 'NG 2-on-1 Combined Cycle (H-Frame)': 'Gas-CC_H_2x1', + } + if name in names: + return 'gas', names[name] + ccs = { + 'NG Combined Cycle (F-Frame) 95% CCS': 'Gas-CC-CCS_mod', + 'NG 2-on-1 Combined Cycle (F-Frame) 95% CCS': 'Gas-CC-CCS_mod', + 'NG 1-on-1 Combined Cycle (H-Frame) 95% CCS': 'Gas-CC_H_1x1-CCS_mod', + 'NG 2-on-1 Combined Cycle (H-Frame) 95% CCS': 'Gas-CC_H_2x1-CCS_mod', + } + if name in ccs: + return 'gas-ccs', ccs[name] + if name.startswith('NG combined cycle 95% CCS (F-frame basis'): + return 'gas-ccs', 'Gas-CC-CCS_mod' + if name == 'NG Fuel Cell': + return 'fuelcell', 'ng-fuel-cell' + if group == 'Nuclear': + if name in ('Nuclear', 'Nuclear - AP1000', 'Nuclear - Large'): + return 'nuclear', 'Nuclear' + if name in ('Nuclear - Small Modular Reactor', 'Nuclear - Small'): + return 'nuclear-smr', 'Nuclear-SMR' + if group == 'Biopower' and name in ('Dedicated', 'Biopower - Dedicated'): + return 'biopower', 'biopower' + if group == 'Biopower' and name in ('CofireOld', 'CofireNew'): + return 'coal', name + if group in ('Solar - CSP', 'CSP'): + if name in ('CSP - 10hrs TES - Class 3', 'CSP - 10 hrs TES - Class 3', + '10hrs TES - Class 2', 'CSP - Class 2'): + return 'csp', 'csp2' + if vintage <= 2020 and name == 'Class3': + return 'csp', 'csp2' + if vintage >= 2020: + if group in ('Offshore Wind', 'OffShoreWind'): + if name in ('Class 1', 'Class1', 'Offshore Wind - Class 1', 'Class 1 - Offshore Fixed'): + return 'wind-ofs', 'fixed' + if name in ('Class 8', 'Class8', 'Offshore Wind - Class 8', 'Class 8 - Offshore Floating'): + return 'wind-ofs', 'floating' + if group in ('Land-Based Wind', 'LandbasedWind') and name in ( + 'Class 4', 'Class4', 'Land-Based Wind - Class 4', + 'Land-Based Wind - Class 4 - Technology 1', + ): + return 'wind-ons', '*' + if group in ('Solar - Utility PV', 'UtilityPV') and name in ( + 'Class 4', 'Class4', 'Utility PV - Class 4', + ): + return 'upv', '*' + return None + + + +def archive_series(settings, tech, series, metric, boundary): + from historical_data import select_history + data = select_history(settings, "atb", tech, series, metric) + return data.loc[data.year.lt(boundary) & data.atb_year.le(settings["atbyear"])].sort_values("year") diff --git a/atb/scripts/historical_data.py b/atb/scripts/historical_data.py new file mode 100644 index 0000000..dcd571a --- /dev/null +++ b/atb/scripts/historical_data.py @@ -0,0 +1,195 @@ +"""Read prepared history without accessing scraped historical inputs.""" + +import json + +import numpy as np +import pandas as pd + +from atb_config import resolve_atb_path + + +MONETARY = {'capcost', 'capcost_energy', 'fom', 'fom_energy', 'vom'} +KEYS = ['scope', 'technology', 'series', 'scenario', 'identifiers', 'metric', 'year'] + + +def load_history(settings, kind): + cache = settings.setdefault('_prepared_history', {}) + if kind not in cache: + config = settings['config']['historical_data'] + path = resolve_atb_path(config['directory']) / config[f'{kind}_filename'] + if not path.is_file(): + raise FileNotFoundError(f'Missing {path}; run scripts/historical_data_scraper.py.') + data = pd.read_csv(path, keep_default_na=False) + required = KEYS + ['value', 'unit', 'dollar_year', 'source_type', 'source_file', + 'source_url', 'source_years', 'method'] + if set(required) - set(data): + raise ValueError(f'Missing history columns in {path}: {set(required) - set(data)}') + if data.duplicated(KEYS).any() or not np.isfinite(data.value).all(): + raise ValueError(f'Duplicate or nonfinite history values in {path}') + if (data.value < 0).any(): + raise ValueError(f'Negative history values in {path}') + if kind != 'manual': + mapped = data.loc[data.scope.eq('reeds')] + if mapped.duplicated(['technology', 'series', 'metric', 'year']).any(): + raise ValueError(f'Ambiguous mapped history in {path}') + fractions = mapped.loc[mapped.metric.isin(['cf_improvement', 'rte'])] + if not fractions.unit.eq('fraction').all() or not fractions.value.between(0, 1).all(): + raise ValueError(f'Invalid capacity-factor or efficiency fractions in {path}') + monetary = data.unit.str.startswith('USD/') + if pd.to_numeric(data.loc[monetary, 'dollar_year'], errors='coerce').isna().any(): + raise ValueError(f'Monetary history requires a dollar year in {path}') + if data[['source_type', 'source_file', 'source_url', 'method']].eq('').any().any(): + raise ValueError(f'Incomplete history provenance in {path}') + if kind == 'atb' and not data.year.eq(data.atb_year - 2).all(): + raise ValueError('Archived ATB anchors must use release year minus two.') + cache[kind] = data + return cache[kind] + + +def select_history(settings, kind, tech, series, metric): + data = load_history(settings, kind) + data = data.loc[data.scope.eq('reeds') & data.technology.eq(tech) & data.metric.eq(metric)] + selected = data.loc[data.series.eq(str(series))] + if selected.empty: + selected = data.loc[data.series.eq('*')] + return selected.sort_values('year') + + +def converted_values(data, dollar_year, deflator): + values = data.value.astype(float).copy() + monetary = data.unit.str.startswith('USD/') + years = pd.to_numeric(data.loc[monetary, 'dollar_year']).astype(int) + factors = years.map(deflator) / deflator[int(dollar_year)] + if factors.isna().any(): + raise ValueError('A historical dollar year is absent from the ReEDS deflator.') + values.loc[monetary] *= factors + return values + + +def manual_history(settings, tech, scenario, deflator): + data = load_history(settings, 'manual') + data = data.loc[data.technology.eq(tech) & data.scenario.eq(str(scenario))].copy() + if data.empty: + raise ValueError(f'Missing prepared manual baseline for {tech}/{scenario}') + data['value'] = converted_values(data, settings['history_dollar_year'], deflator) + frame = data.pivot(index=['identifiers', 'year'], columns='metric', values='value').reset_index() + identifiers = pd.DataFrame(frame.pop('identifiers').map(json.loads).tolist()) + frame = pd.concat([identifiers, frame.rename(columns={'year': 't'})], axis=1) + return frame[settings['techs'][tech]['cols']] + + +def apply_history(frame, tech, settings, deflator): + from generate_atb_files import _historical_mode_for_metric, _technology_smoothing_config + + smoothing = _technology_smoothing_config(tech, settings) + if smoothing is None: + return frame + modes = smoothing['historical_data'] + tech_settings = settings['techs'][tech] + ids = [c for c in tech_settings['indexcols'] if c not in ('Scenario', 't')] + identity = next((c for c in ('i', 'type', 'turbine') if c in ids), None) + result = frame.copy() + for keys, group in frame.groupby(['Scenario', *ids], dropna=False): + keys = keys if isinstance(keys, tuple) else (keys,) + labels = dict(zip(['Scenario', *ids], keys)) + boundary = settings['atb_series_start'][tech].get(keys, smoothing['projection_start_year']) + history = group.index[group.t.lt(boundary)] + series = labels.get(identity, '*') if tech != 'wind-ons' else '*' + for metric in modes: + mode = _historical_mode_for_metric(modes, metric, labels.get(tech_settings.get('history_class_column'))) + if not len(history): + continue + if mode == 'indexed': + # ATB supplies the level at the reference year; the observed + # series supplies only how it moved relative to that year. + index = select_history(settings, 'real', tech, series, f'{metric}_index') + reference_year = int(settings['config']['processing']['smooth_cost_curves']['index_reference_year']) + anchor = group.loc[group.t.eq(reference_year), metric] + base = index.loc[index.year.eq(reference_year), 'value'] + if index.empty or len(anchor) != 1 or len(base) != 1 or reference_year < boundary: + raise ValueError(f'Cannot index {tech}/{series}/{metric} at {reference_year}') + ratio = np.interp(group.loc[history, 't'], index.year.to_numpy(float), + index.value.to_numpy(float)) / float(base.iloc[0]) + result.loc[history, metric] = float(anchor.iloc[0]) * ratio + continue + if mode not in ('real', 'atb'): + continue + data = select_history(settings, mode, tech, series, metric) + if mode == 'real': + # Drop the years carried flat past the last observation so the + # bridge below runs from that observation to the projection. + anchors = data.loc[data.source_type.isin(['real', 'calculated'])] + if not anchors.empty: + data = data.loc[data.year.le(anchors.year.max())] + if mode == 'atb': + data = data.loc[data.year.lt(boundary) & data.atb_year.le(settings['atbyear'])] + if data.empty: + fallback = settings['config']['historical_atb']['missing_series'] if mode == 'atb' else 'error' + if fallback == 'error': + raise ValueError(f'No prepared {mode} history for {tech}/{series}/{metric}') + if fallback == 'broadcast': + anchor = group.loc[group.t.eq(boundary), metric] + if len(anchor) != 1: + raise ValueError(f'Missing broadcast anchor for {tech}/{series}/{metric}') + result.loc[history, metric] = float(anchor.iloc[0]) + continue + values = converted_values(data, settings['dollaryear'], deflator).to_numpy() + if metric == 'cf_improvement': + reference = settings['cf_normalization_bases'][tech] + reference = reference[series] if isinstance(reference, dict) else reference + values /= reference + anchor_years = data.year.to_numpy(dtype=float) + anchor_values = np.asarray(values, dtype=float) + order = np.argsort(anchor_years) + anchor_years, anchor_values = anchor_years[order], anchor_values[order] + # Bridge the years between the last history anchor and the first + # projection year: ATB omits some technologies (nuclear, floating + # offshore) until 2030, and clamping would hold the last anchor flat + # for years and then step. Interpolate toward the projection instead. + # One-sided gaps (years before the first anchor) still clamp. + projection = group.loc[group.t.eq(boundary), metric] + if len(projection) == 1 and anchor_years[-1] < boundary: + anchor_years = np.append(anchor_years, float(boundary)) + anchor_values = np.append(anchor_values, float(projection.iloc[0])) + result.loc[history, metric] = np.interp( + group.loc[history, 't'], anchor_years, anchor_values + ) + return result + + +def apply_real_overlap(frame, tech, settings, deflator): + """Use available real anchors through the release year, after smoothing.""" + from generate_atb_files import _historical_mode_for_metric, _technology_smoothing_config + + smoothing = _technology_smoothing_config(tech, settings) + if not smoothing or not smoothing.get('fill_atbstartyear2atbyear_with_real', False): + return frame + config = settings['techs'][tech] + ids = [c for c in config['indexcols'] if c not in ('Scenario', 't')] + identity = next((c for c in ('i', 'type', 'turbine') if c in ids), None) + result = frame.copy() + for keys, group in frame.groupby(['Scenario', *ids], dropna=False): + keys = keys if isinstance(keys, tuple) else (keys,) + labels = dict(zip(['Scenario', *ids], keys)) + boundary = settings['atb_series_start'][tech].get(keys, smoothing['projection_start_year']) + series = labels.get(identity, '*') if tech != 'wind-ons' else '*' + for metric in smoothing['historical_data']: + if _historical_mode_for_metric(smoothing['historical_data'], metric, + labels.get(config.get('history_class_column'))) != 'real': + continue + data = select_history(settings, 'real', tech, series, metric) + anchors = data.loc[data.source_type.isin(['real', 'calculated']) + & data.year.between(boundary, settings['atbyear'])] + if anchors.empty: + continue + # Years between real anchors follow the prepared straight-line fill, + # never ATB; ATB resumes only after the last anchor. + data = data.loc[data.year.between(boundary, anchors.year.max())] + values = converted_values(data, settings['dollaryear'], deflator) + if metric == 'cf_improvement': + reference = settings['cf_normalization_bases'][tech] + values /= reference[series] if isinstance(reference, dict) else reference + by_year = pd.Series(values.to_numpy(), index=data.year) + index = group.index[group.t.isin(by_year.index)] + result.loc[index, metric] = group.loc[index, 't'].map(by_year) + return result diff --git a/atb/scripts/historical_data_scraper.py b/atb/scripts/historical_data_scraper.py new file mode 100644 index 0000000..1e9f256 --- /dev/null +++ b/atb/scripts/historical_data_scraper.py @@ -0,0 +1,479 @@ +"""Download historical sources and prepare three shareable historical tables.""" + +import argparse +import copy +import hashlib +import json +from pathlib import Path + +import numpy as np +import pandas as pd +import requests + +from atb_config import load_processing_settings, raw_file_path, resolve_atb_path +from archived_sources import UNITS, scrape as scrape_archive +from downloads import download_file +from generate_atb_files import _normalize_reeds_history, get_atb_file_path, load_csp_cost_ratios +from historical_data import KEYS, MONETARY, load_history +from observed_sources import scrape as scrape_observations +from real_history_sources import _observed_values_by_year, _split_battery_history, battery_history_sources + + +def digest(path): + return hashlib.sha256(Path(path).read_bytes()).hexdigest() + + +def reeds_blob_url(config, relative_path): + """Return the GitHub blob URL for one ReEDS file at the pinned ref.""" + source = config['reeds_source'] + return f"https://github.com/{source['repo']}/blob/{source['ref']}/{relative_path}" + + +def reeds_source_file(config, relative_path, force=False, no_download=False, optional=False): + """Fetch one ReEDS repository file at the pinned ref into the local cache. + + The cache path carries the ref, so changing `reeds_source.ref` fetches + fresh copies instead of reusing another version's files. Returns None when + an optional file is absent from that ref. + """ + source = config['reeds_source'] + destination = ( + resolve_atb_path(source['cache_directory']) / source['ref'] / relative_path + ) + if not no_download: + url = ( + f"https://raw.githubusercontent.com/{source['repo']}/" + f"{source['ref']}/{relative_path}" + ) + try: + download_file( + url, destination, force=force, + allow_insecure_ssl_fallback=config['raw_data'].get( + 'allow_insecure_ssl_fallback', False), + ) + except requests.exceptions.HTTPError as error: + response = getattr(error, 'response', None) + if optional and response is not None and response.status_code == 404: + return None + raise + if not destination.is_file(): + if optional: + return None + raise FileNotFoundError( + f"Missing cached ReEDS file {destination}. Rerun without --no-download." + ) + return destination + + +def joined(values): + return ' | '.join(dict.fromkeys(str(v) for v in values if str(v))) + + +def source_reference(path, url, location='', dollar_year=''): + return dict(file=Path(path).name, url=url, sha256=digest(path), + location=str(location), dollar_year=dollar_year) + + +def point(tech, series, metric, year, value, dollar_year, source_type, sources, + method, source_years=None, **extra): + return dict(scope='reeds', technology=tech, series=series, scenario='*', identifiers='{}', + metric=metric, year=int(year), value=float(value), unit=UNITS.get(metric, 'multiplier'), + dollar_year=dollar_year if metric in MONETARY else '', source_type=source_type, + source_file=joined(s['file'] for s in sources), source_url=joined(s['url'] for s in sources), + source_years=json.dumps(source_years if source_years is not None else [int(year)]), + sources=json.dumps(sources, separators=(',', ':')), method=method, atb_year='', **extra) + + +def observed_references(rows, directory, manifest): + references = [] + for row in rows.to_dict('records'): + source = manifest.loc[manifest.local_file.eq(row['source_file'])] + if source.empty: + raise ValueError(f"Missing raw-source manifest entry for {row['source_file']}") + references.append(dict(file=row['source_file'], url=row['source_data_url'] or row['source_page_url'], + page_url=row['source_page_url'], sha256=source.iloc[0].sha256, + location=joined(row[c] for c in ('source_sheet', 'source_table')), + dollar_year=row['dollar_year'], notes=row['notes'])) + return references + + +def _scope_reference_name(tech_settings, target): + """Return the ATB display name whose components represent one ReEDS series.""" + display = tech_settings['DisplayName'] + if isinstance(display, str): + return display + return {v: k for k, v in display.items()}.get(target, next(iter(display))) + + +def cost_scope_factor(settings, tech, target, scope): + """Return OCC / (OCC + removed components) for one observed cost scope. + + Components come from cost_scope_adjustment.reference_year, falling back to a + technology's earliest published year where ATB omits that year. + """ + config = settings['config']['historical_cost_sources']['cost_scope_adjustment'] + components = config['scopes'].get(scope) + if components is None: + raise ValueError(f'Unknown cost scope {scope!r} for {tech}') + if not components: + return 1.0, '', None + cache = settings.setdefault('_cost_scope_components', {}) + if not cache: + flat = pd.read_csv(settings['reference_flat_file'], low_memory=False) + flat = flat.loc[flat.core_metric_case.eq(config['reference_case']) + & flat.crpyears.eq(config['reference_crpyears']) + & flat.scenario.eq(config['reference_scenario']) + & flat.core_metric_parameter.isin(['OCC', 'GCC', 'CFC'])] + if flat.empty: + raise ValueError('No ATB cost components match cost_scope_adjustment; ' + 'check reference_case, reference_crpyears and reference_scenario.') + cache['table'] = flat + flat = cache['table'] + name = _scope_reference_name(settings['techs'][tech], target) + rows = flat.loc[flat.display_name.eq(name)] + if rows.empty: + raise ValueError(f'ATB {settings["atbyear"]} has no cost components for {name!r}') + year = int(config['reference_year']) + if year not in set(rows.core_metric_variable): + year = int(rows.core_metric_variable.min()) + rows = rows.loc[rows.core_metric_variable.eq(year)] + values = rows.groupby('core_metric_parameter').value.mean() + if 'OCC' not in values: + raise ValueError(f'ATB {settings["atbyear"]} has no OCC for {name!r}') + # ATB omits GCC or CFC for some technologies; a missing component is zero. + removed = sum(float(values.get(component, 0.0)) for component in components) + occ = float(values['OCC']) + if not np.isfinite(occ) or occ <= 0 or removed < 0: + raise ValueError(f'Invalid ATB cost components for {name!r}') + factor = occ / (occ + removed) + detail = ' '.join(f'{c}={float(values.get(c, 0.0)):.1f}' for c in components) + method = (f'Cost scope {scope}: rescaled to ATB overnight capital cost using ' + f'ATB {settings["atbyear"]} {config["reference_scenario"]} {year} ' + f'{name}: OCC={occ:.1f} {detail} ($/kW); factor={factor:.4f}.') + reference = source_reference(settings['reference_flat_file'], settings['reference_flat_url'], + f'{name}; {config["reference_scenario"]}; {year}; OCC, {", ".join(components)}') + return factor, method, reference + + +def prepare_real(settings, deflator, deflator_source): + settings = reference_settings(settings) + config = settings['config']['historical_cost_sources'] + directory = resolve_atb_path(config['directory']) + raw = pd.read_csv(directory / config['normalized_filename'], keep_default_na=False) + manifest = pd.read_csv(directory / config['manifest_filename'], keep_default_na=False) + scope_overrides = config['cost_scope_adjustment'].get('overrides') or {} + rows = [] + for index, source in raw.iterrows(): + calculated = (source.source_id.endswith('_projects') + or (source.metric == 'storage_duration' + and source.statistic == 'capacity_weighted_cohort')) + row = point(source.technology, f'raw:{index}', source.metric, source.year, source.value, + source.dollar_year, 'calculated' if calculated else 'real', + observed_references(raw.loc[[index]], directory, manifest), + source.notes or 'Reported historical observation.') + row.update(scope='raw', unit=source.unit, dollar_year=source.dollar_year, cost_scope=source.cost_scope, + identifiers=json.dumps({k: source[k] for k in ('technology_detail', 'capacity_basis', + 'statistic', 'geography', 'cost_scope', + 'sample_count')})) + rows.append(row) + for tech, metrics in config['reeds_mappings'].items(): + for metric, mapping in metrics.items(): + for entry in mapping.get('series') or [mapping]: + entry = {**mapping, **entry, 'output_column': metric} + selected = raw + for column, value in entry['filters'].items(): + selected = selected.loc[selected[column].eq(value)] + duration_rows = pd.DataFrame() + if tech == 'battery': + selected, duration_rows = battery_history_sources(raw, entry, settings) + values = _observed_values_by_year(tech, entry, settings, deflator, observed=selected) + targets = entry.get('technologies') or entry.get('turbine_classes') or ['*'] + ratios = dict.fromkeys(targets, 1.0) + extras = [deflator_source] if metric in MONETARY else [] + method = 'Reviewed source mapping; monetary values converted with the ReEDS deflator.' if metric in MONETARY else 'Observed capacity factor fraction; normalized to the current ATB reference during formatting.' + if metric == 'fom_index': + method = 'Early-age O&M median by vintage bin at the bin midpoint; an index only, scaled onto the ATB reference FOM during formatting.' + calculated = False + if tech == 'nuclear': + calculated = True + method = ('Provisional large-nuclear project cost mapping. The completion-cost ' + 'proxy and the reconstructed overnight cost are reported on different ' + 'boundaries and each is rescaled to the overnight basis from its own ' + 'declared scope; earlier sunk costs and the summer-net capacity basis of ' + 'the proxy remain unreconciled. Converted with the ReEDS deflator. ' + 'See sources for project qualifications.') + if tech == 'battery': + durations = _observed_values_by_year( + tech, {'output_column': 'storage_duration'}, settings, deflator, observed=duration_rows) + units = selected.set_index('year').unit + totals = {year: value * durations[year] if units[year] == 'USD/kWh' else value + for year, value in values.items()} + values = _split_battery_history(totals, settings, deflator, durations)[metric] + split = config['battery_cost_split'] + extras.append(source_reference(settings['workbook_path'], settings['config']['raw_data']['workbook']['url'], + f"Battery components; {split['reference_scenario']}; {split['reference_year']}")) + method = (f"Estimated components using ATB {settings['atbyear']} {split['reference_scenario']} " + f"{split['reference_year']} power P0 and energy E0: s=observed_total/(P0+cohort_hours*E0); " + 'power=s*P0; energy=s*E0. Total costs converted with the ReEDS deflator.') + if 'preferred_cost_filters' in split: + method += (' Preferred cost/duration sample where available; otherwise EIA. ' + 'System USD/kWh converted to USD/kW using sum(MWh)/sum(MW) from the same sample.') + calculated = True + if tech == 'csp': + ratios = load_csp_cost_ratios(settings).set_index('type').ratio.to_dict() + path = resolve_atb_path(f"manual_input/csp_cost_ratios_{settings['atbyear']}.csv") + extras.append(source_reference(path, 'https://github.com/ReEDS-Model/ReEDS', 'CSP configuration ratios')) + method = 'Crescent Dunes 10-hour project used as csp2 proxy; converted with the ReEDS deflator; configuration cost=proxy*ratio.' + # Only capital costs carry a boundary, and it belongs to the + # observation: the two nuclear anchors declare different scopes. + scopes_by_year = {} + if metric.startswith('capcost'): + override = scope_overrides.get(tech) + scopes_by_year = {int(row.year): override or row.cost_scope + for row in selected.itertuples(index=False)} + missing = sorted(set(values) - set(scopes_by_year)) + if missing: + raise ValueError(f'{tech} {metric} has no cost scope for {missing}') + anchors = sorted(values) + end = max(settings['config']['atb']['year'] - 2, max(anchors)) + years = sorted(set(anchors) | set(range(settings['reeds_start_year'], end + 1))) + for target, ratio in ratios.items(): + factors = {scope: cost_scope_factor(settings, tech, target, scope) + for scope in set(scopes_by_year.values())} + scaled = {year: value * factors[scopes_by_year[year]][0] + for year, value in values.items()} if factors else dict(values) + for year in years: + source_years = [year] if year in values else sorted({ + max((y for y in anchors if y < year), default=anchors[0]), + min((y for y in anchors if y > year), default=anchors[-1]), + }) + references = observed_references(selected.loc[selected.year.isin(source_years)], directory, manifest) + if not duration_rows.empty: + references += observed_references(duration_rows.loc[duration_rows.year.isin(source_years)], directory, manifest) + applied = [factors[scopes_by_year[y]] for y in source_years] if factors else [] + rescaled = [f for f in applied if f[0] != 1] + source_type = 'calculated' if calculated or ratio != 1 or rescaled else 'real' + description = method + (f' Ratio={ratio}.' if tech == 'csp' else '') + for scope_method in dict.fromkeys(f[1] for f in rescaled): + description += ' ' + scope_method + references = references + [f[2] for f in rescaled if f[2] is not None] + if year not in values: + source_type = 'filled' + description += ' Linear interpolation between source years.' if len(source_years) == 2 else ' Nearest endpoint carried to this year.' + value = np.interp(year, anchors, [scaled[y] for y in anchors]) * ratio + rows.append(point(tech, target, metric, year, value, settings['dollaryear'], source_type, + references + extras, description, source_years, + cost_scope='|'.join(dict.fromkeys(scopes_by_year[y] for y in source_years)) + if scopes_by_year else '')) + return pd.DataFrame(rows) + + +def prepare_archive(settings, deflator, deflator_source): + settings = reference_settings(settings) + config = settings['config']['historical_atb'] + directory = resolve_atb_path(config['directory']) + raw = pd.read_csv(directory / config['normalized_filename'], keep_default_na=False) + manifest = pd.read_csv(directory / 'source_manifest.csv', keep_default_na=False).set_index('filename') + ratios = load_csp_cost_ratios(settings).set_index('type').ratio.to_dict() + offshore_path = resolve_atb_path(f"manual_input/offshore_cost_multipliers_{settings['atbyear']}.csv") + offshore = pd.read_csv(offshore_path).set_index('turbine') + rows = [] + for source in raw.itertuples(index=False): + reference = dict(file=source.source_file, url=source.source_url, + sha256=manifest.loc[source.source_file, 'sha256'], + format=manifest.loc[source.source_file, 'format'], + location=source.source_location, dollar_year=int(source.dollar_year)) + references = [reference] + value = source.value + method = f'ATB {source.atb_year} Moderate base-year estimate; year=release-2. {source.notes}'.strip() + if source.metric in MONETARY: + value *= deflator[int(source.dollar_year)] / deflator[settings['dollaryear']] + references += [deflator_source] + method += ' Converted with the ReEDS deflator.' + targets = ratios if source.technology == 'csp' else {source.series: 1} + if source.technology == 'csp': + path = resolve_atb_path(f"manual_input/csp_cost_ratios_{settings['atbyear']}.csv") + references += [source_reference(path, 'https://github.com/ReEDS-Model/ReEDS', 'CSP configuration ratios')] + if source.technology == 'wind-ofs' and source.metric in ('capcost', 'fom'): + multiplier = offshore.loc[source.series, source.metric] + value *= multiplier + references += [source_reference(offshore_path, 'https://github.com/ReEDS-Model/ReEDS', 'Offshore cost multipliers')] + method += f' Offshore multiplier={multiplier}.' + for series, ratio in targets.items(): + scale = ratio if source.metric in MONETARY else 1 + calculated = (scale != 1 or source.technology == 'wind-ofs' and source.metric in ('capcost', 'fom') + or source.technology == 'battery' and ( + source.metric.startswith('fom') or source.notes.startswith('Calculated battery components:'))) + row = point(source.technology, series, source.metric, source.year, value * scale, settings['dollaryear'], + 'calculated' if calculated else 'atb', references, + method + (f' CSP configuration ratio={scale}.' if source.technology == 'csp' else '')) + row.update(atb_year=int(source.atb_year), scenario='Moderate') + rows.append(row) + return pd.DataFrame(rows) + + +def reference_settings(settings): + settings = copy.deepcopy(settings) + config = settings['config'] + vintage = config['historical_data']['reference_atb_year'] + directory = resolve_atb_path(config['historical_atb']['directory']) + manifest = pd.read_csv(directory / 'source_manifest.csv') + source = manifest.loc[manifest.atb_year.eq(vintage) & manifest['format'].isin(['battery', 'workbook'])] + if len(source) != 1: + raise ValueError(f'Expected one archived battery reference workbook for ATB {vintage}') + settings['atbyear'] = vintage + settings['workbook_path'] = str(directory / source.iloc[0].filename) + config['raw_data']['workbook']['url'] = source.iloc[0].url + flat = manifest.loc[manifest.atb_year.eq(vintage) & manifest['format'].eq('flat')] + if len(flat) != 1: + raise ValueError(f'Expected one archived flat file for ATB {vintage}') + settings['reference_flat_file'] = str(directory / flat.iloc[0].filename) + settings['reference_flat_url'] = flat.iloc[0].url + return settings + + +def prepare_manual(settings, deflator, deflator_source, force=False, no_download=False): + config_root = settings['config'] + vintage = config_root['historical_data']['reference_atb_year'] + dollars_relative = 'inputs/plant_characteristics/dollaryear.csv' + dollars_path = reeds_source_file(config_root, dollars_relative, force, no_download) + dollars = pd.read_csv(dollars_path, index_col='Scenario').squeeze() + rows = [] + for tech, config in settings['techs'].items(): + ids = [c for c in config['indexcols'] if c not in ('Scenario', 't')] + identity = next((c for c in ('i', 'type', 'turbine') if c in ids), None) + for scenario in ('Advanced', 'Moderate', 'Conservative'): + key, _ = get_atb_file_path(tech, vintage, scenario, settings) + relative = f'inputs/plant_characteristics/{key}.csv' + path = reeds_source_file(config_root, relative, force, no_download, optional=True) + if path is None: + key, _ = get_atb_file_path(tech, vintage, 'Moderate', settings) + relative = f'inputs/plant_characteristics/{key}.csv' + path = reeds_source_file(config_root, relative, force, no_download) + data = _normalize_reeds_history(pd.read_csv(path), tech, settings) + dollar_year = int(dollars[key]) + references = [source_reference(path, reeds_blob_url(config_root, relative), + f'ReEDS ATB {vintage} snapshot at the pinned ref; SHA256 identifies exact contents.', dollar_year), + deflator_source, + source_reference(dollars_path, reeds_blob_url(config_root, dollars_relative), key)] + for record in data.to_dict('records'): + identifiers = json.dumps({c: record[c] for c in ids}, sort_keys=True, separators=(',', ':')) + series = record.get(identity, '*') + for metric in config['cols']: + if metric in ids or metric == 't': + continue + value = record[metric] + if metric in MONETARY: + value *= deflator[dollar_year] / deflator[settings['dollaryear']] + row = point(tech, series, metric, record['t'], value, settings['dollaryear'], 'manual', references, + f'ReEDS ATB {vintage} baseline, including reference/projection rows for retired designs; monetary values converted with the ReEDS deflator.') + row.update(scenario=scenario, identifiers=identifiers, atb_year=vintage) + if metric == 'cf_improvement': + row['unit'] = f'ATB {vintage} reference multiplier' + rows.append(row) + return pd.DataFrame(rows) + + +COVERAGE_START, COVERAGE_END = '', '' + + +def _collapse_years(files): + """Shorten runs of yearly files: eia860_2016.zip, eia860_2017.zip -> eia860_2016-2017.zip.""" + groups = {} + for name in files: + stem, dot, ext = name.rpartition('.') + head, sep, tail = stem.rpartition('_') + if sep and tail.isdigit() and len(tail) == 4: + groups.setdefault((head + sep, dot + ext), []).append(int(tail)) + else: + groups[(name, '')] = None + out = [] + for (head, ext), years in groups.items(): + if years is None: + out.append(head) + elif len(years) == 1: + out.append(f'{head}{years[0]}{ext}') + else: + out.append(f'{head}{min(years)}-{max(years)}{ext}') + return sorted(out) + + +def write_coverage(settings, real): + """Rewrite the coverage table in historical/README.md from config and prepared history.""" + smoothing = settings['config']['processing']['smooth_cost_curves']['technologies'] + mapped = real.loc[real.scope.eq('reeds')] + lines = ['| technology | metric | series | history | observed source | anchor years | cost scope |', + '| --- | --- | --- | --- | --- | --- | --- |'] + for tech, config in smoothing.items(): + for metric, mode in config['historical_data'].items(): + for series, series_mode in (mode.items() if isinstance(mode, dict) else [('*', mode)]): + lookup = metric + '_index' if series_mode == 'indexed' else metric + rows = mapped.loc[mapped.technology.eq(tech) & mapped.metric.eq(lookup)] + if series != '*': + rows = rows.loc[rows.series.eq(series)] + anchors = rows.loc[rows.source_type.isin(['real', 'calculated'])] + if series_mode in ('real', 'indexed') and not anchors.empty: + files = sorted({f for cell in anchors.source_file for f in cell.split(' | ') + if not f.startswith('atb_') and f != 'deflator.csv' + and not f.startswith('csp_cost_ratios')}) + years = f'{anchors.year.min()}-{anchors.year.max()} ({anchors.year.nunique()})' + scopes = ', '.join(sorted({c for cell in anchors.cost_scope for c in str(cell).split('|') if c})) + source = ', '.join(_collapse_years(files)) + else: + years, scopes, source = '-', '-', '-' + lines.append(f'| {tech} | {metric} | {series} | {series_mode} | {source} | {years} | {scopes or "-"} |') + path = resolve_atb_path(settings['config']['historical_data']['directory']) / 'README.md' + text = path.read_text(encoding='utf-8') + start, end = text.index(COVERAGE_START) + len(COVERAGE_START), text.index(COVERAGE_END) + path.write_text(text[:start] + '\n' + '\n'.join(lines) + '\n' + text[end:], + encoding='utf-8', newline='\n') + print(f'Updated coverage table in {path}') + + +def main(): + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument('--config') + parser.add_argument('--force', action='store_true', help='Replace cached downloads.') + parser.add_argument('--no-download', action='store_true', help='Rebuild using cached raw files only.') + args = parser.parse_args() + settings = load_processing_settings(args.config) + config = settings['config'] + if not args.no_download: + for kind in ('flat_file', 'workbook'): + download_file(config['raw_data'][kind]['url'], raw_file_path(config, kind), force=args.force, + allow_insecure_ssl_fallback=config['raw_data'].get('allow_insecure_ssl_fallback', False)) + scrape_observations(config, force=args.force, no_download=args.no_download) + scrape_archive(config, force=args.force, no_download=args.no_download) + settings = copy.deepcopy(settings) + settings['dollaryear'] = settings['history_dollar_year'] + deflator_relative = 'inputs/financials/deflator.csv' + path = reeds_source_file(config, deflator_relative, force=args.force, no_download=args.no_download) + deflator = pd.read_csv(path, index_col='*Dollar.Year').squeeze() + reference = source_reference(path, reeds_blob_url(config, deflator_relative), + 'value_target=value_source*deflator[source_dollar_year]/deflator[target_dollar_year]') + tables = {'real': prepare_real(settings, deflator, reference), + 'atb': prepare_archive(settings, deflator, reference), + 'manual': prepare_manual(settings, deflator, reference, + force=args.force, no_download=args.no_download)} + directory = resolve_atb_path(config['historical_data']['directory']) + directory.mkdir(parents=True, exist_ok=True) + validation = copy.deepcopy(settings) + validation.pop('_prepared_history', None) + pending = [] + for kind, table in tables.items(): + if table.duplicated(KEYS).any() or not np.isfinite(table.value).all(): + raise ValueError(f'Duplicate or invalid {kind} historical points') + path = directory / config['historical_data'][f'{kind}_filename'] + temporary = path.with_suffix('.csv.part') + table.sort_values(KEYS).to_csv(temporary, index=False, lineterminator='\n') + validation['config']['historical_data'][f'{kind}_filename'] = temporary.name + load_history(validation, kind) + pending.append((temporary, path, len(table))) + for temporary, path, count in pending: + temporary.replace(path) + print(f'Saved {count:,} points to {path}') + write_coverage(settings, tables['real']) + + +if __name__ == '__main__': + main() diff --git a/atb/scripts/observed_sources.py b/atb/scripts/observed_sources.py new file mode 100644 index 0000000..a424681 --- /dev/null +++ b/atb/scripts/observed_sources.py @@ -0,0 +1,898 @@ +"""Download and normalize observed generator capital costs, O&M, and CF.""" + +import hashlib +import math +import re +from io import BytesIO +from pathlib import Path +from zipfile import ZipFile + +import openpyxl +import pandas as pd + +from atb_config import resolve_atb_path +from downloads import download_file + + +COLUMNS = [ + "technology", + "technology_detail", + "year", + "metric", + "value", + "unit", + "capacity_basis", + "statistic", + "geography", + "dollar_year", + "price_basis", + "cost_scope", + "sample_count", + "source_id", + "source_file", + "source_sheet", + "source_table", + "source_page_url", + "source_data_url", + "notes", +] + +# Cost boundaries an observed capital cost can be reported on; anything wider +# than the ATB overnight capital cost is rescaled during preparation. +COST_SCOPES = ('overnight', 'overnight_plus_grid', 'installed_with_financing') + +# Only the three mapped tables give national cost by technology; the rest split +# the same capacity by region, state, size, or panel type. Labels drift between +# editions ("Solar photovoltaic" -> "Solar PV" -> "Solar"), so every spelling stays. +EIA_TECHNOLOGY_MAP = { + "Solar": ("upv", "Utility-scale solar (all reported solar)"), + "Solar PV": ("upv", "Utility-scale solar PV"), + "Solar photovoltaic": ("upv", "Utility-scale solar photovoltaic"), + "Battery storage": ("battery", "Battery storage"), + "Wind": ("wind-ons", "Wind (EIA broad energy-source category)"), + "Natural gas": ("gas", "Natural gas (all reported technologies)"), + "Petroleum liquids": ("petroleum", "Petroleum liquids"), + "Biomass": ("biopower", "Biomass"), + "Geothermal": ("geothermal", "Geothermal"), + "Hydro": ("hydropower", "Hydroelectric"), + "Hydroelectric": ("hydropower", "Hydroelectric"), +} + +# Equipment rather than fuel; the only table with fuel cells. Unmapped on +# purpose: "Steam turbine" (ambiguous fuel), "... (as part of combined cycle)" +# (half a plant, whole in the table below), "Internal combustion engine" (gas +# and oil, no ReEDS counterpart). +EIA_PRIME_MOVER_MAP = { + "Combustion turbine": ("gas", "Natural gas combustion turbine"), + "Onshore wind turbine": ("wind-ons", "Onshore wind turbine"), + "Photovoltaic": ("upv", "Photovoltaic"), + "Energy storage, battery": ("battery", "Battery storage"), + "Battery storage": ("battery", "Battery storage"), + "Fuel cell": ("fuelcell", "Fuel cell"), + "Geothermal turbines": ("geothermal", "Geothermal turbine"), + "Hydroelectric turbine": ("hydropower", "Hydroelectric turbine"), +} + +# Whole plants, so combined cycle arrives as one cost rather than split across +# its turbine halves. Closest observed match to ReEDS Gas-CC and Gas-CT. +EIA_GAS_TECHNOLOGY_MAP = { + "Combined cycle": ("gas", "Natural gas combined cycle"), + "Combustion turbine": ("gas", "Natural gas combustion turbine"), + "Steam turbine": ("gas", "Natural gas steam turbine"), + "Internal combustion engine": ("gas", "Natural gas internal combustion engine"), +} + +# (title fragment, label map, source_table tag), matched against a lowercased +# table title in column A. Natural gas must precede prime mover so its title wins. +EIA_TABLES = ( + ("by major energy source", EIA_TECHNOLOGY_MAP, "major_energy_source"), + ("natural gas generators installed", EIA_GAS_TECHNOLOGY_MAP, "natural_gas_technology"), + ("by prime mover", EIA_PRIME_MOVER_MAP, "prime_mover"), +) + + +def _base_row(source_id, source, filename, sheet, metric="capital_cost"): + return { + "metric": metric, + # Cost boundary; set by capital-cost extractors, blank elsewhere. + "cost_scope": "", + "source_id": source_id, + "source_file": filename, + "source_sheet": sheet, + "source_page_url": source["page_url"], + "source_data_url": source.get("data_url", ""), + } + + +def _find_header_row(sheet, required_text): + required = required_text.lower() + for row_number, row in enumerate(sheet.iter_rows(values_only=True), 1): + if any(required in str(value).lower() for value in row if value is not None): + return row_number + raise ValueError(f"Could not find {required_text!r} in sheet {sheet.title!r}") + + +def extract_land_based_wind(path, source): + """Extract LBNL's observed annual capacity-weighted installed wind cost.""" + sheet_name = "CapEx Over Time" + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + sheet = workbook[sheet_name] + header = _find_header_row(sheet, "Commercial Operation Date") + rows = [] + for year, value, sample_count in sheet.iter_rows( + min_row=header + 1, max_col=3, values_only=True + ): + if isinstance(year, (int, float)) and isinstance(value, (int, float)): + row = _base_row("land_based_wind", source, Path(path).name, sheet_name) + row.update( + technology="wind-ons", + technology_detail="Land-based wind projects", + year=int(year), + value=float(value), + unit="USD/kW", + capacity_basis="nameplate", + statistic="capacity_weighted_mean", + geography="United States", + dollar_year=2024, + price_basis="real", + cost_scope="overnight_plus_grid", + sample_count=sample_count, + notes=("Observed project CapEx; 2024 COD values are preliminary. " + "Recent years are EIA-sourced; reported project costs cover " + "turbine purchase and installation, balance of plant, and any " + "substation and/or interconnection expenses, and exclude financing."), + ) + rows.append(row) + workbook.close() + return rows + + +def extract_capacity_factors(path, source, source_id): + """Extract reported CF by build vintage, retaining fractions and provenance. + + Wind is the generation-weighted 2024 CF by COD, not the adjacent annual + fleet series. PV is cumulative capacity-weighted CF by project vintage. + These observations include resource, age, and operating-condition effects. + The formatter converts fractions to its ATB-reference multipliers. + """ + if source_id == "land_based_wind": + sheet_name = "Capacity Factor in 2024 by COD" + technology, basis = "wind-ons", "nameplate" + year_col, value_col, count_col = 0, 3, 1 + statistic = "generation_weighted_mean" + header_text = "Generation-" + notes = ( + "Calendar-year 2024 CF by commercial operation date; includes " + "repowered projects with their new COD. Grouped pre-2006 vintages " + "are excluded. Includes resource, aging, and operating effects." + ) + elif source_id == "utility_pv": + sheet_name = "CF by Project Vintage" + technology, basis = "upv", "AC" + year_col, value_col, count_col = 2, 4, 1 + statistic = "capacity_weighted_cumulative" + header_text = "Capacity-Weighted Cumulative Capacity Factor" + notes = ( + "Cumulative observed CF through 2024 by project vintage; AC basis. " + "Includes resource, mounting, ILR, aging, and operating effects." + ) + else: + raise ValueError(f"No reviewed CF extraction for {source_id}") + + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + rows = [] + try: + sheet = workbook[sheet_name] + header = _find_header_row(sheet, header_text) + for values in sheet.iter_rows( + min_row=header + 1, max_col=5, values_only=True + ): + year, value = values[year_col], values[value_col] + if not isinstance(year, (int, float)) or not 1900 <= year <= 2100: + continue + # PV's next table has years in column A and CF fractions in C. + # Its 2024 vintage row has no full-year CF observation yet. + if value is None: + continue + if not isinstance(value, (int, float)) or not 0 < value <= 1: + raise ValueError(f"Invalid CF for {year} in {sheet_name}: {value}") + row = _base_row(source_id, source, Path(path).name, sheet_name, + "capacity_factor") + row.update( + technology=technology, + technology_detail="Observed projects by vintage", + year=int(year), value=float(value), unit="fraction", + capacity_basis=basis, statistic=statistic, + geography="United States", sample_count=values[count_col], + notes=notes, + ) + rows.append(row) + finally: + workbook.close() + if not rows or len({row['year'] for row in rows}) != len(rows): + raise ValueError(f"Missing or duplicate CF vintages in {sheet_name}") + return rows + + +def extract_land_based_wind_om(path, source): + """Average reported project O&M by COD for projects with 2024 O&M data.""" + sheet_name = "O&M Over Time" + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + by_year = {} + try: + sheet = workbook[sheet_name] + header = _find_header_row(sheet, "Operation") + labels = next(sheet.iter_rows(min_row=header, max_row=header, + max_col=3, values_only=True)) + if labels[1] != "with 2024" or labels[2] != "with no 2024": + raise ValueError(f"Unexpected project sample columns in {sheet_name}") + for year, value in sheet.iter_rows(min_row=header + 2, max_col=2, + values_only=True): + if not isinstance(year, (int, float)) or not isinstance(value, (int, float)): + continue + if not 1900 <= year <= 2024 or not 0 <= value < float('inf'): + raise ValueError(f"Invalid wind O&M observation: {year}, {value}") + by_year.setdefault(int(year), []).append(float(value)) + finally: + workbook.close() + if not by_year: + raise ValueError(f"No O&M observations found in {sheet_name}") + rows = [] + for year, values in sorted(by_year.items()): + row = _base_row("land_based_wind", source, Path(path).name, sheet_name, + "fixed_om") + row.update( + technology="wind-ons", technology_detail="Land-based wind projects", + year=year, value=sum(values) / len(values), unit="USD/kW-yr", + capacity_basis="nameplate", statistic="mean", geography="United States", + dollar_year=2024, price_basis="real", sample_count=len(values), + notes=( + "Unweighted mean by COD of project-average O&M over available " + "2000-2024 operating years, for projects reporting 2024 O&M. " + "Assumes 2024 dollars; this sheet does not state a dollar year. Includes aging effects; " + "not a new-build cost. Assigned wholly to FOM; VOM stays zero." + ), + ) + rows.append(row) + return rows + + +def extract_utility_pv_om(path, source): + """Extract reported annual mean O&M in $/kW-AC-year, not its $/MWh equivalent.""" + sheet_name = "O&M Cost Time Trend" + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + rows = [] + try: + sheet = workbook[sheet_name] + header = _find_header_row(sheet, "Project Count") + labels = next(sheet.iter_rows(min_row=header, max_row=header, + max_col=8, values_only=True)) + unit = re.fullmatch(r"\$(\d{4})/kW_AC-yr\s+Mean", str(labels[7])) + if unit is None: + raise ValueError(f"Unexpected PV O&M mean column: {labels[7]!r}") + dollar_year = int(unit.group(1)) + for values in sheet.iter_rows(min_row=header + 1, max_col=8, values_only=True): + year, count, mean = values[0], values[1], values[7] + if not isinstance(year, (int, float)): + continue + if not isinstance(mean, (int, float)) or not 0 <= mean < float('inf'): + raise ValueError(f"Invalid PV O&M observation: {year}, {mean}") + row = _base_row("utility_pv", source, Path(path).name, sheet_name, "fixed_om") + row.update( + technology="upv", technology_detail="Utility-scale PV projects", + year=int(year), value=float(mean), unit="USD/kW-yr", + capacity_basis="AC", statistic="mean", geography="United States", + dollar_year=dollar_year, price_basis="real", sample_count=count, + notes=( + "Reported annual mean O&M from FERC and project owners. " + "Operating-fleet costs, not new-build costs by vintage. " + "Excludes taxes, insurance, royalties and some overhead. " + "Assigned wholly to FOM; the $/MWh column is the same cost, " + "not a separate VOM observation." + ), + ) + rows.append(row) + finally: + workbook.close() + if not rows or len({row['year'] for row in rows}) != len(rows): + raise ValueError(f"Missing or duplicate O&M years in {sheet_name}") + return rows + + +def extract_csp_reference(path, source): + """Retain all project costs; identify the existing ten-hour reference.""" + sheet_name = "CSP CapEx" + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + rows = [] + try: + for n, (technology, capacity, year, value) in enumerate(workbook[sheet_name].iter_rows( + max_col=4, values_only=True + ), 1): + if technology not in ('Tower', 'Trough'): + continue + reference = (technology, capacity, year) == ("Tower", 110, 2015) + if not isinstance(value, (int, float)) or not 0 < value < float('inf'): + raise ValueError(f"Invalid CSP reference cost: {value}") + row = _base_row("utility_pv", source, Path(path).name, sheet_name) + row.update( + technology="csp", technology_detail=("Crescent Dunes" if reference else + f'{technology}, {capacity:g} MW, {year} COD'), + year=int(year), value=float(value) * 1000, unit="USD/kW", + capacity_basis="AC", statistic="project", geography="United States", + dollar_year=2024, price_basis="real", cost_scope="overnight_plus_grid", + sample_count=1, + notes=( + "110-MW 2015 tower matched to Crescent Dunes; $/W-AC converted " + "to $/kW-AC. Project identity and 10-hour storage: " + "https://solarpaces.nlr.gov/project/crescent-dunes-solar-energy-project . " + "Used as a csp2 proxy; solar multiple is not given in this " + "workbook. Other years are endpoint-filled and other ReEDS " + "configurations are derived using the CSP cost ratios." + ), + ) + if not reference: + row['source_table'] = f'D{n}' + row['notes'] = ('Reported CSP project cost; 2024 $/W-AC converted to $/kW-AC. ' + 'Retained as raw: tower/trough and storage configuration have no reviewed ReEDS mapping.') + rows.append(row) + finally: + workbook.close() + if sum(row['technology_detail'] == 'Crescent Dunes' for row in rows) != 1: + raise ValueError(f"Expected one Crescent Dunes reference in {sheet_name}") + return rows + + +def extract_storage_costs(path, source): + """Retain storage costs and durations with their weighting and capacity basis.""" + sheet_name = 'Capex Trend (Storage)' + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + rows = [] + try: + sheet = workbook[sheet_name] + header = _find_header_row(sheet, 'Storage COD') + dollar_label = sheet.cell(header - 1, 8).value + match = re.fullmatch(r'Installed Battery Cost \((\d{4}) \$/kWh\)', str(dollar_label)) + if match is None: + raise ValueError(f'Unexpected battery cost unit: {dollar_label}') + statistics = ('energy_weighted_mean', 'median', '20th_percentile', '80th_percentile', + 'energy_weighted_mean_lt2h', 'energy_weighted_mean_2to4h', 'energy_weighted_mean_ge4h') + for n, values in enumerate(sheet.iter_rows(min_row=header + 1, max_col=14, values_only=True), header + 1): + year, count, power, energy = values[:4] + if not isinstance(year, (int, float)): + continue + if not all(isinstance(v, (int, float)) and v > 0 for v in (count, power, energy)): + raise ValueError(f'Invalid battery cohort totals for {year}') + base = _base_row('utility_pv', source, Path(path).name, sheet_name) + base.update(technology='battery', technology_detail='LBNL storage project sample', + year=int(year), geography='United States', sample_count=count) + note = ('LBNL storage sample; excludes durations below one hour. ' + 'Total installed system cost, not an isolated energy component. 2024 data are preliminary.') + for col, statistic in enumerate(statistics, 7): + value = values[col] + if value is None: + continue + if not isinstance(value, (int, float)) or not 0 < value < float('inf'): + raise ValueError(f'Invalid battery cost for {year}: {value}') + rows.append(dict(base, value=float(value), unit='USD/kWh', capacity_basis='energy', + statistic=statistic, dollar_year=int(match.group(1)), price_basis='real', + cost_scope='overnight_plus_grid', + source_table=f'{openpyxl.utils.get_column_letter(col + 1)}{n}', + sample_count=count if col < 11 else '', notes=note)) + for statistic, value, location in ( + ('capacity_weighted_cohort', energy / power, f'D{n}/C{n}'), + ('energy_weighted_mean', values[5], f'F{n}'), + ): + if not isinstance(value, (int, float)) or not 0 < value < float('inf'): + raise ValueError(f'Invalid battery duration for {year}: {value}') + rows.append(dict(base, metric='storage_duration', value=float(value), unit='hours', + capacity_basis='nameplate', statistic=statistic, source_table=location, + notes=('Duration=sum(MWh)/sum(MW) from the same cost sample; uses rounded cohort totals.' + if statistic == 'capacity_weighted_cohort' else + 'Reported energy-weighted duration; not used to convert the cohort cost to $/kW.'))) + finally: + workbook.close() + if not rows: + raise ValueError(f'No storage observations in {path}') + return rows + + +def extract_csp_capacity_factors(path, source): + """Retain annual plant CF without treating operating years as build vintages.""" + sheet_name = 'CF for CSP Plants' + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + rows = [] + try: + sheet = workbook[sheet_name] + header = _find_header_row(sheet, 'Crescent Dunes') + names = next(sheet.iter_rows(min_row=header, max_row=header, values_only=True)) + for n, values in enumerate(sheet.iter_rows(min_row=header + 1, values_only=True), header + 1): + year = values[0] + if not isinstance(year, (int, float)) or not 1900 <= year <= 2100: + continue + for col, name in enumerate(names[1:], 1): + if name is None: + break + value = values[col] + if not isinstance(name, str) or value is None: + continue + if not isinstance(value, (int, float)) or not 0 <= value <= 1: + raise ValueError(f'Invalid CSP CF for {name}/{year}: {value}') + row = _base_row('utility_pv', source, Path(path).name, sheet_name, 'capacity_factor') + row.update(technology='csp', technology_detail=name, year=int(year), value=float(value), + unit='fraction', capacity_basis='AC', statistic='annual_project', + geography='United States', sample_count=1, + source_table=f'{openpyxl.utils.get_column_letter(col + 1)}{n}', + notes='Observed operating-year CF, solar portion only. Retained as raw; current CSP outputs have no CF column.') + rows.append(row) + finally: + workbook.close() + if not rows: + raise ValueError(f'No CSP capacity factors in {path}') + return rows + + +def extract_utility_pv(path, source): + """Extract LBNL's observed PV-only installed costs on AC and DC bases.""" + sheet_name = "CapEx Trend (PV-only)" + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + sheet = workbook[sheet_name] + header = _find_header_row(sheet, "Solar COD") + rows = [] + # Each tuple is (year, count, capacity-weighted mean) for one capacity basis. + for basis, year_col, count_col, mean_col in ( + ("AC", 1, 2, 4), + ("DC", 11, 12, 14), + ): + for values in sheet.iter_rows(min_row=header + 1, values_only=True): + year = values[year_col - 1] + value = values[mean_col - 1] + if not isinstance(year, (int, float)) or not isinstance(value, (int, float)): + continue + row = _base_row("utility_pv", source, Path(path).name, sheet_name) + row.update( + technology="upv", + technology_detail="Utility-scale PV-only projects", + year=int(year), + # Source values are $/W; convert to the common $/kW unit. + value=float(value) * 1000, + unit="USD/kW", + capacity_basis=basis, + statistic="capacity_weighted_mean", + geography="United States", + dollar_year=2024, + price_basis="real", + cost_scope="overnight_plus_grid", + sample_count=values[count_col - 1], + notes=("Observed PV-only project CapEx; 2024 COD values are preliminary. " + "Sourced primarily from Form EIA-860 Schedule 5B, so the value " + "includes electrical interconnection and excludes financing."), + ) + rows.append(row) + workbook.close() + return rows + + +def extract_offshore_wind(path, source): + """Extract completed-year offshore project CapEx series from NLR Figure 31.""" + sheet_name = "F31, Project CapEx" + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + sheet = workbook[sheet_name] + header = _find_header_row(sheet, "Commercial Operation Date") + last_year = int(source["last_historical_year"]) + series = ( + (3, "capacity_weighted_mean", "Global"), + (5, "capacity_weighted_mean", "Europe and United States"), + (7, "capacity_weighted_mean", "Asia"), + ) + rows = [] + for values in sheet.iter_rows(min_row=header + 1, values_only=True): + year = values[1] + if not isinstance(year, (int, float)) or int(year) > last_year: + continue + for column, statistic, geography in series: + value = values[column - 1] + if not isinstance(value, (int, float)) or value <= 0: + continue + row = _base_row("offshore_wind", source, Path(path).name, sheet_name) + row.update( + technology="wind-ofs", + technology_detail="Offshore wind projects", + year=int(year), + value=float(value), + unit="USD/kW", + capacity_basis="nameplate", + statistic=statistic, + geography=geography, + dollar_year=2023, + price_basis="real", + cost_scope="overnight_plus_grid", + sample_count="", + notes=( + "Figure 31 annual project CapEx. The data file omits units; the " + "report's Figure 31 axis reads USD2023/kW and its Section 1.2 " + "data-methods note normalizes all costs to real 2023 USD (FX " + "conversion, then U.S. CPI). Post-2023 pipeline years are excluded. " + "The report defines these CapEx as all expenditures incurred before " + "commercial operation, but also states that export cable and " + "interconnection costs are present in some plotted projects and not " + "others, so the grid-connection share of this average is uncertain." + ), + ) + rows.append(row) + workbook.close() + return rows + + +def _eia_table_for_title(title): + """Return (label_map, table_tag) for a table title, or (None, None). + + The combined-cycle breakdown splits one plant across its turbine halves, so + it is excluded even though its title matches the natural-gas fragment. + """ + lowered = title.lower() + if "at combined-cycle plants" in lowered: + return None, None + for fragment, label_map, tag in EIA_TABLES: + if fragment in lowered: + return label_map, tag + return None, None + + +def extract_eia(path, source, year, data_url): + """Extract every national cost-by-technology table in one EIA workbook.""" + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + sheet = workbook[workbook.sheetnames[0]] + rows = [] + label_map = None + table_tag = None + for values in sheet.iter_rows(values_only=True): + label = values[0] + value = values[1] if len(values) > 1 else None + if isinstance(label, str) and "generators installed" in label.lower(): + label_map, table_tag = _eia_table_for_title(label) + continue + if label_map is None or not isinstance(label, str): + continue + entry = label_map.get(label.strip()) + if entry is None or not isinstance(value, (int, float)): + continue + technology, detail = entry + row = _base_row("eia_generator_costs", source, Path(path).name, sheet.title) + row["source_data_url"] = data_url + row.update( + technology=technology, + technology_detail=detail, + year=int(year), + value=float(value), + unit="USD/kW", + capacity_basis="nameplate", + statistic="capacity_weighted_mean", + geography="United States", + dollar_year=int(year), + price_basis="nominal", + cost_scope="overnight_plus_grid", + sample_count="", + source_table=table_tag, + notes=( + "EIA-860 generators installed in this year. Average construction " + "cost is total cost divided by total capacity. Categories follow " + "EIA definitions and are not one-to-one with ATB technologies. " + "Schedule 5 total construction cost includes owner costs with the " + "electrical interconnection tie-in to a nearby transmission system, " + "and excludes financing, land, grants and tax benefits." + ), + ) + rows.append(row) + workbook.close() + if not rows: + raise ValueError(f"No EIA cost rows extracted from {path}") + return rows + + +def extract_battery_duration(path, source, report_year, data_url): + """Estimate new-installation duration from the annual EIA-860 inventory.""" + member = f"3_4_Energy_Storage_Y{report_year}.xlsx" + with ZipFile(path) as archive: + frame = pd.read_excel(BytesIO(archive.read(member)), sheet_name='Operable', header=1) + frame = frame.loc[frame['Prime Mover'].eq('BA')].copy() + if frame.duplicated(['Plant Code', 'Generator ID']).any(): + raise ValueError(f"Duplicate battery generator IDs in {member}") + for column in ('Operating Year', 'Nameplate Capacity (MW)', 'Nameplate Energy Capacity (MWh)'): + frame[column] = pd.to_numeric(frame[column], errors='coerce') + # Storage details start in 2016; use that edition for the 2015 cohort too. + first_cohort = (int(source['first_cohort_year']) + if report_year == int(source['first_year']) else report_year) + rows = [] + for year in range(first_cohort, report_year + 1): + cohort = frame.loc[frame['Operating Year'].eq(year)] + power = cohort['Nameplate Capacity (MW)'] + energy = cohort['Nameplate Energy Capacity (MWh)'] + valid = power.gt(0) & energy.gt(0) & power.lt(float('inf')) & energy.lt(float('inf')) + if not valid.any(): + raise ValueError(f"No usable battery duration observations for {year} in {member}") + duration = float(energy[valid].sum() / power[valid].sum()) + coverage = float(power[valid].sum() / power[power.gt(0)].sum()) + row = _base_row('eia860_storage', source, Path(path).name, + f'{member}:Operable', 'storage_duration') + row.update( + technology='battery', technology_detail='Battery storage', year=year, + value=duration, unit='hours', capacity_basis='nameplate', + statistic='capacity_weighted_cohort', geography='United States', + sample_count=int(valid.sum()), source_data_url=data_url, + notes=( + f"Sum of nameplate MWh / sum of MW for batteries installed in {year}, " + f"as reported in EIA-860 {report_year}; {valid.sum()} of {len(cohort)} " + f"generators have positive MW and MWh ({coverage:.2%} of cohort MW). " + "Inventory-cohort proxy, not the identifiable cost-reporting sample. " + "All battery chemistries; no flywheels or pumped storage." + ), + ) + rows.append(row) + return rows + +def _sha256(path): + digest = hashlib.sha256() + with Path(path).open("rb") as stream: + for chunk in iter(lambda: stream.read(1024 * 1024), b""): + digest.update(chunk) + return digest.hexdigest() + + +PROJECT_STATISTICS = ('project_proxy', 'project_reconstruction', 'project_reported', 'project_estimate') + + +def extract_projects(path, technology, source_id): + """Read plant-level project costs for one technology and calculate USD/kW.""" + data = pd.read_csv(path, keep_default_na=False) + if data.empty or data.year.duplicated().any(): + raise ValueError(f'{source_id} requires distinct annual anchors') + rows = [] + for project in data.to_dict('records'): + total, capacity, per_kw = (project[c] for c in + ('reported_total_usd', 'capacity_mw', 'reported_usd_per_kw')) + if per_kw != '' and total == '' and capacity == '': + value = float(per_kw) + elif per_kw == '' and total != '' and capacity != '': + if not math.isfinite(float(capacity)) or float(capacity) <= 0: + raise ValueError(f'{source_id} capacity must be finite and positive') + value = float(total) / (float(capacity) * 1000) + else: + raise ValueError('Supply either project USD and MW or reported USD/kW') + if not math.isfinite(value) or value <= 0: + raise ValueError(f'{source_id} costs must be finite and positive') + if project['statistic'] not in PROJECT_STATISTICS: + raise ValueError(f'{source_id} costs must identify their derived cost basis') + if project['cost_scope'] not in COST_SCOPES: + raise ValueError(f"Unknown {source_id} cost scope: {project['cost_scope']}") + for column in ('year', 'dollar_year'): + number = float(project[column]) + if not math.isfinite(number) or not number.is_integer() or number < 1900: + raise ValueError(f'Invalid {source_id} {column}') + if not project['source_page_url'] or not project['notes']: + raise ValueError(f'{source_id} requires source URLs and qualifications') + rows.append(dict( + technology=technology, technology_detail=project['project'], + year=int(project['year']), metric='capital_cost', value=value, + unit='USD/kW', capacity_basis=project['capacity_basis'], + statistic=project['statistic'], geography='United States', + dollar_year=int(project['dollar_year']), price_basis=project['price_basis'], + cost_scope=project['cost_scope'], + sample_count=project['sample_count'], source_id=source_id, + source_file=Path(path).name, source_sheet='', + source_table=project['source_location'], + source_page_url=project['source_page_url'], source_data_url=project['source_data_url'], + notes=project['notes'], + )) + return rows + + +def _vintage_bin(label): + """Return (label, midpoint year) for a '2012-2018' or '2023' vintage label.""" + match = re.fullmatch(r'(\d{4})(?:-(\d{4}))?', str(label).strip()) + if match is None: + return None + first, last = int(match.group(1)), int(match.group(2) or match.group(1)) + return (f'{first}-{last}' if last != first else str(first)), (first + last) // 2 + + +def _om_index_rows(base, bins, index_settings): + """Emit per-age medians and one early-age mean per vintage bin. + + ``bins`` maps a vintage label to ``(midpoint, {age: (median, sample_count)})``. + The early-age mean over ``ages`` is the FOM index; bins with fewer than + ``minimum_ages`` available ages are reported raw only. + """ + ages = [int(a) for a in index_settings.get('ages', [1, 2, 3])] + minimum = int(index_settings.get('minimum_ages', 2)) + rows = [] + for label, (midpoint, by_age) in bins.items(): + for age, (value, count) in sorted(by_age.items()): + rows.append(dict(base, technology_detail=f'Vintage {label}', year=midpoint, + value=value, statistic=f'median_age_{age}', sample_count=count, + notes=f'Median O&M in operating year {age} for projects with COD {label}; ' + 'year is the bin midpoint.')) + used = {age: by_age[age][0] for age in ages if age in by_age} + if len(used) < minimum: + continue + counts = [by_age[a][1] for a in used] + rows.append(dict(base, technology_detail=f'Vintage {label}', year=midpoint, + value=sum(used.values()) / len(used), statistic='median_early_age_mean', + sample_count=min(counts) if all(c != '' for c in counts) else '', + notes='FOM index: mean of ' + ', '.join(f'age {a}={v:.1f}' for a, v in used.items()) + + f' for COD {label}; year is the bin midpoint. Not a full-scope O&M level.')) + return rows + + +def extract_wind_om_by_age(path, source, index_settings): + """Extract LBNL wind O&M by vintage bin and operating year (rows are bins).""" + sheet_name = 'O&M by Project Age' + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + try: + sheet = workbook[sheet_name] + header = _find_header_row(sheet, 'Years Since') + rows = list(sheet.iter_rows(min_row=header + 1, values_only=True)) + ages = [int(a) for a in rows[0][1:] if isinstance(a, (int, float))] + bins = {} + for row in rows[1:]: + parsed = _vintage_bin(row[0]) + if parsed is None: + continue + label, midpoint = parsed + if label in bins: + break # a later block on the sheet repeats the bin labels + by_age = {age: (float(v), '') for age, v in zip(ages, row[1:]) + if isinstance(v, (int, float)) and v > 0} + bins[label] = (midpoint, by_age) + finally: + workbook.close() + base = _base_row('land_based_wind', source, Path(path).name, sheet_name, 'fixed_om') + base.update(technology='wind-ons', unit='USD/kW-yr', capacity_basis='nameplate', + geography='United States', dollar_year=2024, price_basis='real') + return _om_index_rows(base, bins, index_settings) + + +def extract_pv_om_by_age(path, source, index_settings): + """Extract LBNL PV O&M by vintage bin and operating year (columns are bins).""" + sheet_name = 'O&M Cost by Project Age' + workbook = openpyxl.load_workbook(path, read_only=True, data_only=True) + try: + sheet = workbook[sheet_name] + header = _find_header_row(sheet, 'Years post COD') + rows = list(sheet.iter_rows(min_row=header + 1, values_only=True)) + labels = [] + for cell in rows[0][1:]: + parsed = _vintage_bin(cell) + if parsed is None or parsed in labels: + break # sample-count and capacity blocks repeat the bin labels + labels.append(parsed) + count_offset = len(labels) + bins = {label: (midpoint, {}) for label, midpoint in labels} + for row in rows[1:]: + if not isinstance(row[0], (int, float)): + continue + age = int(row[0]) + for k, (label, _) in enumerate(labels): + value, count = row[1 + k], row[1 + count_offset + k] + if isinstance(value, (int, float)) and value > 0: + bins[label][1][age] = (float(value), int(count) if isinstance(count, (int, float)) else '') + finally: + workbook.close() + base = _base_row('utility_pv', source, Path(path).name, sheet_name, 'fixed_om') + base.update(technology='upv', unit='USD/kW-yr', capacity_basis='AC', + geography='United States', dollar_year=2024, price_basis='real') + return _om_index_rows(base, bins, index_settings) + + +def _artifact(source_id, source, year=None): + if source_id in ("eia_generator_costs", "eia860_storage"): + filename = source["filename"].format(year=year) + if year == int(source["last_year"]): + data_url = source["current_data_url"] + else: + data_url = source["archive_data_url"].format(year=year) + else: + filename = source["filename"] + data_url = source["data_url"] + return filename, data_url + + +def scrape(config, selected="all", force=False, no_download=False): + settings = config["historical_cost_sources"] + output_dir = resolve_atb_path(settings["directory"]) + output_dir.mkdir(parents=True, exist_ok=True) + allow_insecure = settings.get("allow_insecure_ssl_fallback", False) + rows = [] + manifest = [] + source_items = settings["sources"].items() + + for source_id, source in source_items: + if not source.get("enabled", True): + continue + selector = { + "land_based_wind": "wind", + "utility_pv": "solar", + "offshore_wind": "offshore", + "eia_generator_costs": "eia", + "eia860_storage": "eia", + }[source_id] + if selected not in ("all", selector): + continue + years = ( + range(int(source["first_year"]), int(source["last_year"]) + 1) + if source_id in ("eia_generator_costs", "eia860_storage") + else [None] + ) + for year in years: + filename, data_url = _artifact(source_id, source, year) + path = output_dir / filename + if not no_download: + download_file( + data_url, + path, + force=force, + allow_insecure_ssl_fallback=allow_insecure, + ) + elif not path.exists(): + raise FileNotFoundError(f"Missing local source file: {path}") + + manifest.append( + { + "source_id": source_id, + "report_year": year or source.get("report_year", ""), + "page_url": source["page_url"], + "data_url": data_url, + "local_file": filename, + "size_bytes": path.stat().st_size, + "sha256": _sha256(path), + } + ) + if source_id == "land_based_wind": + rows.extend(extract_land_based_wind(path, source)) + rows.extend(extract_capacity_factors(path, source, source_id)) + rows.extend(extract_land_based_wind_om(path, source)) + rows.extend(extract_wind_om_by_age(path, source, settings.get('om_index', {}))) + elif source_id == "utility_pv": + rows.extend(extract_utility_pv(path, source)) + rows.extend(extract_capacity_factors(path, source, source_id)) + rows.extend(extract_utility_pv_om(path, source)) + rows.extend(extract_pv_om_by_age(path, source, settings.get('om_index', {}))) + rows.extend(extract_csp_reference(path, source)) + rows.extend(extract_storage_costs(path, source)) + rows.extend(extract_csp_capacity_factors(path, source)) + elif source_id == "offshore_wind": + rows.extend(extract_offshore_wind(path, source)) + elif source_id == "eia860_storage": + rows.extend(extract_battery_duration(path, source, year, data_url)) + else: + rows.extend(extract_eia(path, source, year, data_url)) + + normalized = pd.DataFrame(rows, columns=COLUMNS).sort_values( + ["technology", "metric", "source_id", "capacity_basis", "geography", "year"] + ) + for source_id, spec in settings.get('project_files', {}).items(): + if selected not in ('all', 'projects', spec['technology']): + continue + path = resolve_atb_path(spec['path']) + projects = pd.DataFrame(extract_projects(path, spec['technology'], source_id), columns=COLUMNS) + normalized = pd.concat([normalized, projects], ignore_index=True) + manifest.append(dict( + source_id=source_id, report_year='', + page_url=' | '.join(projects.source_page_url), + data_url=' | '.join(projects.source_data_url), + local_file=path.name, size_bytes=path.stat().st_size, sha256=_sha256(path), + )) + normalized_path = output_dir / settings["normalized_filename"] + manifest_path = output_dir / settings["manifest_filename"] + normalized.to_csv(normalized_path, index=False) + pd.DataFrame(manifest).to_csv(manifest_path, index=False) + print(f"\nNormalized {len(normalized):,} observations:") + print(f" {normalized_path}") + print(f"Recorded {len(manifest):,} source files and checksums:") + print(f" {manifest_path}") + if not normalized.empty: + summary = normalized.groupby( + ["source_id", "technology", "metric"] + )["year"].agg(["min", "max", "count"]) + print("\nCoverage") + print(summary.to_string()) + diff --git a/atb/scripts/real_history_sources.py b/atb/scripts/real_history_sources.py new file mode 100644 index 0000000..08f2aac --- /dev/null +++ b/atb/scripts/real_history_sources.py @@ -0,0 +1,145 @@ +"""Prepare observed cost and capacity-factor series.""" + +import os +import numpy as np +import pandas as pd +from atb_config import ATB_DIR +ATBDIR = str(ATB_DIR) + + +def _observed_history_source_path(settings): + """Return the configured normalized observed-history CSV path.""" + source_settings = settings['config'].get('historical_cost_sources', {}) + return os.path.join( + ATBDIR, + source_settings['directory'], + source_settings['normalized_filename'], + ) + + +def _observed_values_by_year(tech, mapping, settings, deflator, observed=None): + """Read, filter, and deflate one observed series into {year: value}.""" + if observed is None: + source_path = _observed_history_source_path(settings) + if not os.path.isfile(source_path): + raise FileNotFoundError( + f"Observed historical-cost file is missing: {source_path}. " + "Run scripts/historical_data_scraper.py first." + ) + observed = pd.read_csv(source_path) + for column, value in mapping.get('filters', {}).items(): + observed = observed.loc[observed[column] == value] + if observed.empty: + raise KeyError( + f"No observed historical rows match the configured mapping for {tech}." + ) + if observed['year'].duplicated().any(): + duplicate_years = sorted( + observed.loc[observed['year'].duplicated(False), 'year'].unique() + ) + raise ValueError( + f"Observed historical mapping for {tech} has duplicate years: " + f"{duplicate_years}" + ) + if mapping.get('output_column') == 'cf_improvement': + if not (observed['metric'].eq('capacity_factor').all() + and observed['unit'].eq('fraction').all()): + raise ValueError(f"{tech} CF history must contain capacity_factor fractions.") + values = pd.to_numeric(observed['value'], errors='raise') + if not (np.isfinite(values) & values.gt(0) & values.le(1)).all(): + raise ValueError(f"{tech} observed capacity factors must be in (0, 1].") + # Dimensionless observations have no dollar year and are never deflated. + return dict(zip(observed['year'].astype(int), values.astype(float))) + if mapping.get('output_column') == 'fom_index': + values = pd.to_numeric(observed['value'], errors='raise') + if not (observed['metric'].eq('fixed_om').all() + and (np.isfinite(values) & values.gt(0)).all()): + raise ValueError(f"{tech} FOM index must contain finite positive O&M values.") + # Only ratios between years are used, so the dollar year cancels. + return dict(zip(observed['year'].astype(int), values.astype(float))) + if mapping.get('output_column') == 'storage_duration': + values = pd.to_numeric(observed['value'], errors='raise') + if not (observed['metric'].eq('storage_duration').all() + and observed['unit'].eq('hours').all() + and (np.isfinite(values) & values.gt(0)).all()): + raise ValueError("Battery duration history must contain finite positive hours.") + return dict(zip(observed['year'].astype(int), values.astype(float))) + observed = observed.assign(dollar_year=pd.to_numeric(observed['dollar_year'], errors='raise')) + if observed['dollar_year'].isna().any() or not observed.dollar_year.mod(1).eq(0).all(): + raise ValueError( + f"Observed historical mapping for {tech} requires a dollar_year." + ) + + current_dollar_year = int(settings['dollaryear']) + converted_values = {} + for row in observed.itertuples(index=False): + source_dollar_year = int(row.dollar_year) + if source_dollar_year not in deflator.index: + raise KeyError( + f"Deflator table has no value for observed dollar year " + f"{source_dollar_year}." + ) + converted_values[int(row.year)] = ( + float(row.value) + * float(deflator[source_dollar_year]) + / float(deflator[current_dollar_year]) + ) + return converted_values + + +def battery_history_sources(raw, mapping, settings): + """Select whole cost/duration cohorts, preferring the configured LBNL sample.""" + split = settings['config']['historical_cost_sources']['battery_cost_split'] + + def select(filters): + data = raw + for column, value in filters.items(): + data = data.loc[data[column].eq(value)] + if data.empty or data.year.duplicated().any(): + raise ValueError(f'Missing or ambiguous battery source: {filters}') + return data + + costs, durations = select(mapping['filters']), select(split['duration_filters']) + if 'preferred_cost_filters' in split: + preferred = select(split['preferred_cost_filters']) + matched = select(split['preferred_duration_filters']) + if not set(preferred.year).issubset(matched.year): + raise ValueError('Preferred battery costs lack matching cohort durations') + costs = pd.concat([costs.loc[~costs.year.isin(preferred.year)], preferred]) + durations = pd.concat([durations.loc[~durations.year.isin(preferred.year)], + matched.loc[matched.year.isin(preferred.year)]]) + if not costs.unit.isin(['USD/kW', 'USD/kWh']).all(): + raise ValueError('Battery system costs must use USD/kW or USD/kWh') + return costs, durations.loc[durations.year.isin(costs.year)] + + +def _split_battery_history(total_costs, settings, deflator, durations=None): + """Scale ATB reference components to observed totals at cohort durations.""" + from battery_workbook import extract_battery_costs + + split = settings['config']['historical_cost_sources']['battery_cost_split'] + if durations is None: + durations = _observed_values_by_year( + 'battery', {'filters': split['duration_filters'], 'output_column': 'storage_duration'}, + settings, deflator, + ) + missing = sorted(set(total_costs) - set(durations)) + if missing: + raise ValueError(f"Battery cost years lack observed cohort duration: {missing}") + reference = extract_battery_costs(settings['workbook_path']) + reference = reference.loc[reference['Scenario'].eq(split['reference_scenario'])] + year = int(split['reference_year']) + if year not in reference or reference['cost'].duplicated().any(): + raise ValueError(f"Missing or ambiguous ATB battery split reference for {year}") + components = reference.set_index('cost')[year] + power, energy = float(components['capcost']), float(components['capcost_energy']) + if not all(np.isfinite(value) and value > 0 for value in (power, energy)): + raise ValueError("ATB battery reference components must be finite and positive.") + result = {'capcost': {}, 'capcost_energy': {}} + for year, total in total_costs.items(): + if not np.isfinite(total) or total <= 0: + raise ValueError(f"Invalid battery total cost for {year}: {total}") + scale = total / (power + durations[year] * energy) + result['capcost'][year] = scale * power + result['capcost_energy'][year] = scale * energy + return result diff --git a/atb/scripts/run_pipeline.py b/atb/scripts/run_pipeline.py new file mode 100644 index 0000000..1be6867 --- /dev/null +++ b/atb/scripts/run_pipeline.py @@ -0,0 +1,89 @@ +"""Run the config-selected NLR ATB workflow stages in order.""" + +import argparse +from contextlib import nullcontext +import subprocess +import sys +import tempfile +from pathlib import Path + +from atb_config import DEFAULT_CONFIG_PATH, load_config + + +SCRIPT_DIR = Path(__file__).resolve().parent +STAGES = { + "format": ("format_reeds_inputs", "generate_atb_files.py"), + "plot": ("make_plots", "atb_plotting.py"), + "compare": ( + "make_comparison_plots", + "../comparison/compare_atb_outputs.py", + ), +} + + +def run_stage( + name, + script, + config_path, + unsmoothed_dir=None, +): + command = [sys.executable, str(SCRIPT_DIR / script), "--config", str(config_path)] + if unsmoothed_dir is not None and name == "format": + command.extend(["--unsmoothed-output-dir", str(unsmoothed_dir)]) + if unsmoothed_dir is not None and name == "compare": + command.extend(["--unsmoothed-dir", str(unsmoothed_dir)]) + print(f"\n=== {name.upper()} ===", flush=True) + subprocess.run(command, check=True) + + +def main(): + parser = argparse.ArgumentParser( + description="Run ReEDS formatting and plotting from config.yaml." + ) + parser.add_argument("--config", help="Path to config.yaml (default: ../config.yaml).") + parser.add_argument( + "--only", nargs="+", choices=list(STAGES), + help="Run only the selected stage(s), ignoring workflow switches.", + ) + args = parser.parse_args() + + config_path = Path(args.config).resolve() if args.config else DEFAULT_CONFIG_PATH + config = load_config(config_path) + selected = set(args.only) if args.only else None + + plan = [] + for stage, (switch, script) in STAGES.items(): + enabled = stage in selected if selected is not None else config["workflow"][switch] + plan.append((stage, script, enabled)) + + print(f"Config: {config_path}") + print(f"ATB year: {config['atb']['year']}") + print("Workflow:") + for stage, _, enabled in plan: + print(f" {'RUN ' if enabled else 'SKIP'} {stage}") + + enabled_stages = {stage for stage, _, enabled in plan if enabled} + needs_unsmoothed_data = ( + config['processing'].get('smooth_cost_curves', {}).get('enabled', False) + and {'format', 'compare'}.issubset(enabled_stages) + ) + temporary_output = ( + tempfile.TemporaryDirectory(prefix="atb_unsmoothed_") + if needs_unsmoothed_data + else nullcontext(None) + ) + with temporary_output as unsmoothed_dir: + for stage, script, enabled in plan: + if enabled: + run_stage( + stage, + script, + config_path, + unsmoothed_dir, + ) + + print("\nPipeline complete.") + + +if __name__ == "__main__": + main() diff --git a/atb/scripts/settings.yaml b/atb/scripts/settings.yaml new file mode 100644 index 0000000..f7e06f5 --- /dev/null +++ b/atb/scripts/settings.yaml @@ -0,0 +1,441 @@ +# Internal formatting rules for converting raw ATB data into ReEDS inputs. +# Edit ../config.yaml for workflow, year, paths, downloads, and output choices. + +# paired entries mapping ATB parameter names into the names used in ReEDS +param_names: + OCC: capcost + Fixed O&M: fom + Variable O&M: vom + CF: cf_improvement + Heat Rate: heatrate + Round-Trip Efficiency: rte +# units for ATB parameters; these are carried over to ReEDS +units: + capcost: $/kW + fom: $/kW/yr + vom: $/MWh + heatrate: MMBtu/MWh +# specifies any columns related to cost (used to determine columns to inflate from historic data) +cost_cols: + - capcost + - fom + - vom +# the ATB technology used as the base tech for computing differences in the weighted average cost of capital +wacc_base_tech: "NaturalGas_FE" + +## Technology format ## + +## see comments below for details on entries +## note the indent when adding new techs + +techs: + # name of the technology in ReEDS; used in the filename and to rename the tech column unless a mapping for 'DisplayName' is present + upv: + # technology group in the ATB data that corresponds to this ReEDS tech + Technology: UtilityPV + # technology sub-class in the ATB data that corresponds to this ReEDS tech; can also be multiple paired entries + DisplayName: Utility PV - Class 4 + # columns in the ATB file to rename; each pairing should be "ATB col name: ReEDS col name" + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + variable: t + # columns to use as index when pivoting the data + indexcols: + - Scenario + - t + # list of columns (in order) to output in the final data for ReEDS + cols: + - t + - capcost + - fom + - vom + - cf_improvement + # option to normalize capacity factor data to a reference point + # specify year (t) and scenario for normalization + cfbase: + t: 2035 + Scenario: Moderate + # name of technology group used in ReEDS for financial parameters + financialname: PV + # any custom functions used to process the data + functions: + - normalize_cf + + wind-ons: + Technology: LandbasedWind + DisplayName: Land-Based Wind - Class 4 - Technology 1 + reeds_name: ons-wind + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + variable: t + "Overnight Cap Cost $/kW": capcost + "Fixed O&M $/(kW-yr)": fom + "Var O&M $/MWh": vom + "Turbine": turbine + "Year": t + "CF_mult": cf_improvement + # adds a column with data to the ReEDS output; paired entry with "col name: value" + addcols: + turbine: 115hh_170rd + indexcols: + - Scenario + - t + - turbine + cols: + - turbine + - t + - capcost + - fom + - vom + - cf_improvement + # ReEDS assigns the onshore wind columns by position rather than by name + # (plantcostprep.py), so the written file must keep this exact order and + # these exact headers. Maps internal column name -> ReEDS header. + output_cols: + turbine: Turbine + t: Year + cf_improvement: CF_mult + capcost: Overnight Cap Cost $/kW + fom: Fixed O&M $/(kW-yr) + vom: Var O&M $/MWh + cfbase: + t: 2035 + Scenario: Moderate + financialname: ONSWIND + decimals: 5 + functions: + - normalize_cf + + wind-ofs: + Technology: OffShoreWind + DisplayName: + Offshore Wind - Class 1: fixed + Offshore Wind - Class 8: floating + reeds_name: ofs-wind + subset_rows: + Case: Market + CRPYears: 30 + addcols: + rsc_mult: 1 + renamecols: + DisplayName: turbine + variable: t + "Overnight Cap Cost $/kW": capcost + "Fixed O&M $/(kW-yr)": fom + "Var O&M $/MWh": vom + "Turbine": turbine + "Wind class": turbine + "Year": t + "CF_mult": cf_improvement + indexcols: + - Scenario + - t + - turbine + - rsc_mult + # column naming the sub-technology, so config.yaml can give each turbine + # class its own historical_data mode + history_class_column: turbine + cols: + - turbine + - t + - capcost + - fom + - vom + - cf_improvement + - rsc_mult + # ReEDS detects the ATB 2024 offshore format by the presence of a 'Turbine' + # column and then assigns the remaining columns by position + # (plantcostprep.py), so both the headers and this order are required. + output_cols: + turbine: Turbine + t: Year + cf_improvement: CF_mult + capcost: Overnight Cap Cost $/kW + fom: Fixed O&M $/(kW-yr) + vom: Var O&M $/MWh + rsc_mult: rsc_mult + cfbase: + t: 2035 + Scenario: Moderate + # preserves additional columns when normalizing capacity factors + keepcols: + - turbine + financialname: OFSWIND + decimals: 5 + functions: + - apply_offshore_cost_multipliers + - normalize_cf + + battery: + Technology: Utility-Scale Battery Storage + DisplayName: + Utility-Scale Battery Storage - 2Hr: battery_li + # note: 2-hour battery is a placeholder for calculating the power and energy costs + # see the 'format_continuous_battery' function + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - t + - i + cols: + - i + - t + - capcost + - capcost_energy + - fom + - fom_energy + - vom + - rte + financialname: BATTERY + + csp: + Technology: CSP + DisplayName: + # mapping to csp2 since that corresponds to ATB storage + solar multiple assumption + # 'add_csp_techs' expands this base series to the other CSP configurations + # using the year-specific ratios in manual_input/csp_cost_ratios_.csv. + CSP - Class 2: csp2 + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + variable: t + DisplayName: type + indexcols: + - Scenario + - t + - type + cols: + - type + - t + - capcost + - fom + - vom + financialname: CSP + functions: + - add_csp_techs + + coal: + Technology: Coal_FE + DisplayName: + Coal-new: Coal-new + Coal-IGCC: Coal-IGCC + subset_rows: + Case: Market + CRPYears: 30 + Scenario: Moderate + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - i + - t + cols: + - i + - t + - capcost + - fom + - vom + - heatrate + functions: + - apply_coal_projection_overrides + + coal-ccs: + Technology: Coal_FE + DisplayName: + Coal-95%-CCS: coal-CCS_mod + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - i + - t + cols: + - i + - t + - capcost + - fom + - vom + - heatrate + functions: + - apply_coal_projection_overrides + + gas: + Technology: NaturalGas_FE + DisplayName: + NG 2-on-1 Combined Cycle (F-Frame): Gas-CC + NG Combustion Turbine (F-Frame): Gas-CT + NG 1-on-1 Combined Cycle (H-Frame): Gas-CC_H_1x1 + NG 2-on-1 Combined Cycle (H-Frame): Gas-CC_H_2x1 + subset_rows: + Case: Market + CRPYears: 30 + Scenario: Moderate + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - i + - t + # column naming the sub-technology, so config.yaml can give each plant + # configuration its own historical_data mode + history_class_column: i + cols: + - i + - t + - capcost + - fom + - vom + - heatrate + + gas-ccs: + Technology: NaturalGas_FE + DisplayName: + NG 2-on-1 Combined Cycle (F-Frame) 95% CCS: Gas-CC-CCS_mod + NG 1-on-1 Combined Cycle (H-Frame) 95% CCS: Gas-CC_H_1x1-CCS_mod + NG 2-on-1 Combined Cycle (H-Frame) 95% CCS: Gas-CC_H_2x1-CCS_mod + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - i + - t + cols: + - i + - t + - capcost + - fom + - vom + - heatrate + + fuelcell: + Technology: NaturalGas_FE + DisplayName: + NG Fuel Cell: ng-fuel-cell + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - i + - t + cols: + - i + - t + - capcost + - fom + - vom + - heatrate + + nuclear: + Technology: Nuclear + DisplayName: + Nuclear - Large: Nuclear + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - i + - t + cols: + - i + - t + - capcost + - fom + - vom + - heatrate + + nuclear-smr: + Technology: Nuclear + DisplayName: + Nuclear - Small: Nuclear-SMR + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - i + - t + cols: + - i + - t + - capcost + - fom + - vom + - heatrate + + biopower: + Technology: Biopower + DisplayName: + Biopower - Dedicated: biopower + subset_rows: + Case: Market + CRPYears: 30 + renamecols: + DisplayName: i + variable: t + indexcols: + - Scenario + - i + - t + cols: + - i + - t + - capcost + - fom + - vom + - heatrate + + # NOTE: beccs is not available in ATB 2024 (only 'Biopower - Dedicated' exists, + # and there is no 'R&D + TC' case). Disabled for 2024 runs; re-enable for ATB 2025. + # beccs: + # Technology: Biopower + # DisplayName: + # Biopower - 95% CCS: beccs_mod + # subset_rows: + # Case: R&D + TC + # CRPYears: 30 + # renamecols: + # DisplayName: i + # variable: t + # indexcols: + # - Scenario + # - i + # - t + # cols: + # - i + # - t + # - capcost + # - fom + # - vom + # - heatrate + # filename_historical: "beccs_reference.csv"